Bug 12456: The file C4/Maintainance.pm, and by extension the file t/Maintainance...
[srvgit] / 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