The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
severity = 5
verbose = 8

[Variables::ProhibitPunctuationVars]
allow = $@ $!

[TestingAndDebugging::ProhibitNoStrict]
allow = refs

# Turn these off
[-BuiltinFunctions::ProhibitStringyEval]

# Turn this on
[Lax::ProhibitStringyEval::ExceptForRequire]