This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade cpan/CPAN-Meta to 2.120630
[perl5.git] / cpan / CPAN-Meta / perlcritic.rc
1 severity = 5
2 verbose = 8
3
4 [Variables::ProhibitPunctuationVars]
5 allow = $@ $!
6
7 [TestingAndDebugging::ProhibitNoStrict]
8 allow = refs
9
10 # Turn these off
11 [-BuiltinFunctions::ProhibitStringyEval]
12 [-ControlStructures::ProhibitPostfixControls]
13 [-ControlStructures::ProhibitUnlessBlocks]
14 [-Documentation::RequirePodSections]
15 [-InputOutput::ProhibitInteractiveTest]
16 [-Miscellanea::RequireRcsKeywords]
17 [-References::ProhibitDoubleSigils]
18 [-RegularExpressions::RequireExtendedFormatting]
19 [-InputOutput::ProhibitTwoArgOpen]
20
21 # Turn this on
22 [Lax::ProhibitStringyEval::ExceptForRequire]
23