Modified source files and compiled any and armel versions of packages
[pkg-perl] / deb-src / libsub-uplevel-perl / libsub-uplevel-perl-0.1901 / xt / perlcriticrc
1 severity = 5
2 verbose = 8
3
4 [Variables::ProhibitPunctuationVars]
5 allow = $@ $!
6
7 # Turn these off
8 [-BuiltinFunctions::ProhibitStringyEval]
9 [-ControlStructures::ProhibitPostfixControls]
10 [-ControlStructures::ProhibitUnlessBlocks]
11 [-Documentation::RequirePodSections]
12 [-InputOutput::ProhibitInteractiveTest]
13 [-Miscellanea::RequireRcsKeywords]
14 [-References::ProhibitDoubleSigils]
15 [-RegularExpressions::RequireExtendedFormatting]
16 [-InputOutput::ProhibitTwoArgOpen]
17
18 # Turn this on
19 [Lax::ProhibitStringyEval::ExceptForRequire]
20