From ea212f24928219033b6e6a5ad3af0f5f1ddcaa47 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 --- 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.5.4