Perl::Critic::PetPeeves::JTRAMMELL - policies to prohibit/require my pet peeves


Perl-Critic-PetPeeves-JTRAMMELL documentation  | view source Contained in the Perl-Critic-PetPeeves-JTRAMMELL distribution.

Index


NAME

Top

Perl::Critic::PetPeeves::JTRAMMELL - policies to prohibit/require my pet peeves

DESCRIPTION

Top

Module Perl::Critic::PetPeeves::JTRAMMELL provides policies that I want that haven't already been implemented elsewhere. So far this is:

Perl::Critic::Policy::Variables::ProhibitUselessInitialization

Considers unnecessary initialization a style violation, e.g.:

    my $foo = undef;     # assignment not needed
    my @bar = ();        # ditto

AUTHOR

Top

John Trammell <johntrammell =at= gmail !dot! com>

BUGS

Top

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.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Perl::Critic::PetPeeves::JTRAMMELL

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Perl-Critic-PetPeeves-JTRAMMELL

* CPAN Ratings

http://cpanratings.perl.org/d/Perl-Critic-PetPeeves-JTRAMMELL

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Perl-Critic-PetPeeves-JTRAMMELL

* Search CPAN

http://search.cpan.org/dist/Perl-Critic-PetPeeves-JTRAMMELL

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Perl-Critic-PetPeeves-JTRAMMELL documentation  | view source Contained in the Perl-Critic-PetPeeves-JTRAMMELL distribution.