X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=t%2Fperlcriticrc;h=69b3d7404054f0ac2babbe42e90f3f978defa4f4;hb=480847e81cca832a3e8eac35753532275ec49aec;hp=53a34a6ef7200d56895fb197a2a938c2521a4020;hpb=2ea6fdec156419fbbdd5f64da927d0b2b45e751c;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