From 9e995fb3e5786f6c2776732ac15d66dae79227ae Mon Sep 17 00:00:00 2001 From: BAI Gang Date: Wed, 2 May 2012 13:01:48 +0800 Subject: [PATCH] Added .pm6 to Perl extensions. Conventionally, some Perl6 modules use pm6 as extension to differentiate from the currently common Perl 5 modules. --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index c9d0d352..644bb339 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -908,6 +908,7 @@ Perl: - .pl - .plx - .pm + - .pm6 - .pod - .psgi - .t