The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Perl::Critic::Itch - A collection of Perl::Critic policies that causes me Itch

VERSION

Version 1.0

SYNOPSIS

Perl::Critic::Itch - A remedy for some stuff that causes me Itches

DESCRIPTION

For now, there's only one rule included in Perl::Critic::Itch:

Perl::Critic::Policy::CodeLayout::ProhibitHashBarewords

Commented-out code is usually noise. It should be removed.

AUTHOR

Marcelo, <marcelo at cpan.org>

BUGS

Please report any bugs or feature requests to bug-perl-critic-itch at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Critic-Itchs.

SUPPORT

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

    perldoc Perl::Critic::Itch

COPYRIGHT

This library is free software; you can redistribute it and/or modify it under the terms of either the GNU Public License v3, or the Artistic License 2.0.

    * http://www.gnu.org/copyleft/gpl.html

    * http://www.opensource.org/licenses/artistic-license-2.0.php