X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=t%2Fperlcriticrc;h=69b3d7404054f0ac2babbe42e90f3f978defa4f4;hb=568f32606c2c9c247b2b477193a2d6814f738fa6;hp=53a34a6ef7200d56895fb197a2a938c2521a4020;hpb=16f1fffdd1f5d1c97db0bf664f83496864b7e24d;p=koha.git 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