From c77b8756f769f83200628b19bc11e0be900577b9 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 13 Jan 2012 17:08:24 +1300 Subject: [PATCH] Updating perlcriticrc to allow Modern::Perl to suffice instead of use warnings; and use strict; http://bugs.koha-community.org/show_bug.cgi?id=6836 Signed-off-by: Julian Maurice Signed-off-by: Katrin Fischer --- t/perlcriticrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/t/perlcriticrc b/t/perlcriticrc index 287273c1bb..69b3d74040 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 -- 2.39.2