| This Release | Perl-Critic-Bangs-1.10 | [Download] [Browse] | 20 Aug 2012 | |||
| Other Releases | ||||||
| Links | [ Discussion Forum ] [ View/Report Bugs (8) ] [ Dependencies ] [ Other Tools ] | |||||
| Repository | git://github.com/petdance/perl-critic-bangs.git | |||||
| CPAN Testers | PASS (634) UNKNOWN (1) [ View Reports ] [ Perl/Platform Version Matrix ] | |||||
| Rating |
(0 Reviews)
[ Rate this distribution ]
| |||||
| License | The Perl 5 License (Artistic 1 & GPL 1) | |||||
| Special Files |
|
|||||
| Perl::Critic::Bangs | A collection of handy Perl::Critic policies | 1.10 | |
| Perl::Critic::Policy::Bangs::ProhibitBitwiseOperators | Bitwise operators are usually accidentally used instead of logical boolean operators. | 1.10 | |
| Perl::Critic::Policy::Bangs::ProhibitCommentedOutCode | Commented-out code is usually noise. It should be removed. | 1.10 | |
| Perl::Critic::Policy::Bangs::ProhibitDebuggingModules | Prohibit loading of debugging modules like Data::Dumper | 1.10 | |
| Perl::Critic::Policy::Bangs::ProhibitFlagComments | Don't use XXX, TODO, or FIXME. | 1.10 | |
| Perl::Critic::Policy::Bangs::ProhibitNoPlan | Know what you're going to test. | 1.10 | |
| Perl::Critic::Policy::Bangs::ProhibitNumberedNames | Prohibit variables differentiated by trailing numbers. | 1.10 | |
| Perl::Critic::Policy::Bangs::ProhibitRefProtoOrProto | Create a clone() method if you need copies of objects. | 1.10 | |
| Perl::Critic::Policy::Bangs::ProhibitUselessRegexModifiers | Adding modifiers to a regular expression made up entirely of a variable created with qr() is usually not doing what you expect. | 1.10 | |
| Perl::Critic::Policy::Bangs::ProhibitVagueNames | Don't use generic variable names. | 1.10 |