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 Perl::Critic policies to make your code more clean.
DESCRIPTION
The included policy is:
- Perl::Critic::Policy::ValuesAndExpressions::ProhibitAccessOfPrivateData
-
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 Perl::Critic documentation for how to make use of this.
DEPENDENCIES
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 Perl::Critic::Tics, take your 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 perlartistic.