The following commit has been merged in the master branch:
commit 94f089b7699614538324078f09162e6387d9e094
Author: Guillem Jover <[email protected]>
Date:   Tue Apr 16 19:57:33 2013 +0200

    test: Set .pl and .t as program-extensions for perlcritic
    
    This should help perlcritic discern when not to apply module checks on
    programs.

diff --git a/test/100_critic/perlcriticrc b/test/100_critic/perlcriticrc
index 9a68f34..b627a4a 100644
--- a/test/100_critic/perlcriticrc
+++ b/test/100_critic/perlcriticrc
@@ -1,6 +1,7 @@
 # Perl Critic configuration file
 severity = 1
 verbose = %f %l:%c (Severity: %s)\n  %P (%s)\n  near '%r'\n%d\n
+program-extensions = .pl .t
 
 [RegularExpressions::ProhibitUnusualDelimiters]
 allow_all_brackets = 1

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to