Updating perlcriticrc to allow Modern::Perl to suffice instead of use warnings; and...
authorChris Cormack <chrisc@catalyst.net.nz>
Fri, 13 Jan 2012 04:08:24 +0000 (17:08 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 27 Jan 2012 10:33:15 +0000 (11:33 +0100)
http://bugs.koha-community.org/show_bug.cgi?id=6836

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
t/perlcriticrc

index 287273c..69b3d74 100644 (file)
@@ -2,4 +2,10 @@ exclude = Miscellanea::RequireRcsKeywords
 
 
 [Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval]
-allow_includes =1
\ No newline at end of file
+allow_includes =1
+
+[TestingAndDebugging::RequireUseStrict]
+equivalent_modules = Modern::Perl
+
+[TestingAndDebugging::RequireUseWarnings]
+equivalent_modules = Modern::Perl
\ No newline at end of file