| Perl-Critic-PetPeeves-JTRAMMELL documentation | view source | Contained in the Perl-Critic-PetPeeves-JTRAMMELL distribution. |
Perl::Critic::PetPeeves::JTRAMMELL - policies to prohibit/require my pet peeves
Module Perl::Critic::PetPeeves::JTRAMMELL provides policies that I want that
haven't already been implemented elsewhere. So far this is:
Considers unnecessary initialization a style violation, e.g.:
my $foo = undef; # assignment not needed
my @bar = (); # ditto
John Trammell <johntrammell =at= gmail !dot! com>
Please report any bugs or feature requests to
bug-perl-critic-petpeeves-jtrammell at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Critic-PetPeeves-JTRAMMELL.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Perl::Critic::PetPeeves::JTRAMMELL
You can also look for information at:
http://cpanratings.perl.org/d/Perl-Critic-PetPeeves-JTRAMMELL
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Perl-Critic-PetPeeves-JTRAMMELL
Copyright 2011 John Trammell, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Perl-Critic-PetPeeves-JTRAMMELL documentation | view source | Contained in the Perl-Critic-PetPeeves-JTRAMMELL distribution. |