Subject: | ControlStructures::ProhibitPostfixControls: make allowed functions a user setting |
ControlStructures::ProhibitPostfixControls allows to set the allowed
constructs. @EXEMPTIONS however is a constant. I'd like to allow
"assert" (Carp::Assert) in my perlcriticrc. I commonly write:
assert( ... ) if DEBUG;
Thanks!