The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

# no strict 'refs'
[TestingAndDebugging::ProhibitNoStrict]
allow = refs
[-BuiltinFunctions::ProhibitStringyEval]
[-ControlStructures::ProhibitMutatingListFunctions]
[-Subroutines::ProhibitExplicitReturnUndef]
[-Subroutines::ProhibitSubroutinePrototypes]
[-Variables::ProhibitConditionalDeclarations]
# for mkdir $dir, 0777
[-ValuesAndExpressions::ProhibitLeadingZeros]