X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=t%2Fperlcriticrc;h=69b3d7404054f0ac2babbe42e90f3f978defa4f4;hb=6d1baba171e3916fc927e03f6d20017abeaf474f;hp=53a34a6ef7200d56895fb197a2a938c2521a4020;hpb=5f7b1a58f0f91a759adab9622b35db1ed3c3dd54;p=koha_fer diff --git a/t/perlcriticrc b/t/perlcriticrc index 53a34a6ef7..69b3d74040 100644 --- a/t/perlcriticrc +++ b/t/perlcriticrc @@ -1 +1,11 @@ exclude = Miscellanea::RequireRcsKeywords + + +[Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval] +allow_includes =1 + +[TestingAndDebugging::RequireUseStrict] +equivalent_modules = Modern::Perl + +[TestingAndDebugging::RequireUseWarnings] +equivalent_modules = Modern::Perl \ No newline at end of file