# for mkdir $dir, 0777
#[-ValuesAndExpressions::ProhibitLeadingZeros]

# use subroutine prototypes
[-Subroutines::ProhibitSubroutinePrototypes]

# we do eval a lot
[-BuiltinFunctions::ProhibitStringyEval]

# no strict 'refs'
[TestingAndDebugging::ProhibitNoStrict]
allow = refs