Merge branch 'bug_8117' into 3.12-master
[koha.git] / t / perlcriticrc
1 exclude = Miscellanea::RequireRcsKeywords
2
3
4 [Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval]
5 allow_includes =1
6
7 [TestingAndDebugging::RequireUseStrict]
8 equivalent_modules = Modern::Perl
9
10 [TestingAndDebugging::RequireUseWarnings]
11 equivalent_modules = Modern::Perl