John J. Trammell > Perl-Critic-PetPeeves-JTRAMMELL-0.01 > Perl::Critic::PetPeeves::JTRAMMELL

Download:
Perl-Critic-PetPeeves-JTRAMMELL-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

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

DESCRIPTION ^

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 ^

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

BUGS ^

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 ^

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

    perldoc Perl::Critic::PetPeeves::JTRAMMELL

You can also look for information at:

ACKNOWLEDGEMENTS ^

COPYRIGHT & LICENSE ^

Copyright 2008 Holmescorp Software Dev Team, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.