Skip Menu |

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

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

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

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



Subject: Configure Bangs::ProhibitBitwiseOperators
Bangs::ProhibitBitwiseOperators is a bit too restrictive, there are times when bitwise operators are the right thing.  Configuration falls along two lines: use as an argument to a core function and use with certain values.

Here's a short list of default exceptions.

As arguments to sysopen, chmod and fcntl.

When used with non-decimal constants such as $a = $perms | 0666;