Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Perl-Critic CPAN distribution.

Report information
The Basics
Id: 29540
Status: resolved
Priority: 0/
Queue: Perl-Critic

People
Owner: Nobody in particular
Requestors: LIMAONE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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!
Thanks for the great suggestion. This has been completed and released as 1.081_005. A production release will be coming soon.