[Koha-patches] [PATCH 1/2] [SIGNED-OFF] Updating perlcriticrc to allow Modern::Perl to suffice instead of use warnings; and use strict;

julian.maurice at biblibre.com julian.maurice at biblibre.com
Thu Jan 19 09:43:24 CET 2012


From: Chris Cormack <chrisc at catalyst.net.nz>

http://bugs.koha-community.org/show_bug.cgi?id=6836

Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
---
 t/perlcriticrc |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/t/perlcriticrc b/t/perlcriticrc
index 287273c..69b3d74 100644
--- a/t/perlcriticrc
+++ b/t/perlcriticrc
@@ -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
-- 
1.7.8.3



More information about the Koha-patches mailing list