X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=t%2Fperlcriticrc;h=69b3d7404054f0ac2babbe42e90f3f978defa4f4;hb=d06c2319828608071f135759b662f5899f8c4a61;hp=287273c1bb94c84b7d978e56969322556d094ddb;hpb=d7a51d83c16f5617ee975bfedd055eddde0c8c9f;p=koha_gimpoz 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