[devscripts] 05/07: licensecheck: parse perl6 files

dod at debian.org dod at debian.org
Sat Dec 26 11:17:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository devscripts.

commit a3fc32c3ec3101ac324cfdd4cb51d831f09274a7
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Dec 26 12:12:51 2015 +0100

    licensecheck: parse perl6 files
---
 debian/changelog        | 1 +
 scripts/licensecheck.pl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d6661e1..28dce6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -55,6 +55,7 @@ devscripts (2.15.10) UNRELEASED; urgency=medium
     + also parse last 5kb of a file
     + parse source file without suffix (e.g script, README)
     + parse .css or .less file
+    + parse perl6 files (.pl6 .pm6 .pod6 ...)
     * tweaked to parse Artistic 2.0 license file
     * improved detection of artistic 2.0 licenses
 
diff --git a/scripts/licensecheck.pl b/scripts/licensecheck.pl
index 2de0643..6d1dd9a 100755
--- a/scripts/licensecheck.pl
+++ b/scripts/licensecheck.pl
@@ -207,7 +207,7 @@ my $default_check_regex =
        |lisp
        |scala
        |clj
-       |p(l|m)|xs                 # perl5
+       |p(l|m)?6?|t|xs|pod6?     # perl5 or perl6
        |sh
        |php
        |py(|x)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list