Perl::Critic::Nits - policies of nits I like to pick.


NAME

Perl::Critic::Nits - policies of nits I like to pick.


AFFILIATION

This module has no functionality, but instead contains documentation for this distribution and acts as a means of pulling other modules into a bundle. All of the policy modules contained herein will have an ``AFFILIATION'' section announcing their participation in this grouping.


VERSION

This document describes Perl::Critic::Nits version 1.0.0.


SYNOPSIS

Some the Perl::Critic manpage policies to make your code more clean.


DESCRIPTION

The included policy is:

the Perl::Critic::Policy::ValuesAndExpressions::ProhibitAccessOfPrivateData manpage
Prohibits direct access to a hash-based object's hash. [Severity: 5]


INTERFACE

None. This is nothing but documentation.


DIAGNOSTICS

None. This is nothing but documentation.


CONFIGURATION AND ENVIRONMENT

All policies included are in the ``nits'' theme, as well as the ``maintenance'' theme. See the the Perl::Critic manpage documentation for how to make use of this.


DEPENDENCIES

the Perl::Critic manpage


INCOMPATIBILITIES

None reported.


BUGS AND LIMITATIONS

No bugs have been reported.

False positives may be encountered if, internal to a module, the code does not use $self, $class, or $package to refer to the object it represents.

Please report any bugs or feature requests to bug-perl-critic-nits@rt.cpan.org, or through the web interface at http://rt.cpan.org.


WHY NITS?

Similar to the Perl::Critic::Tics manpage, take your pick:

Nagging Idiosyncratic Thoughtless Syntax
Nits I like to pick.


AUTHOR

Kent Cowgill, <kent@c2group.net>


LICENSE AND COPYRIGHT

Copyright (c) 2007, Kent Cowgill <kent@c2group.net>. All rights reserved.

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

 Perl::Critic::Nits - policies of nits I like to pick.