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


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

Index


NAME

Top

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

AFFILIATION

Top

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

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

The included policy is:

Perl::Critic::Policy::ValuesAndExpressions::ProhibitAccessOfPrivateData

Prohibits direct access to a hash-based object's hash. [Severity: 5]

INTERFACE

Top

None. This is nothing but documentation.

DIAGNOSTICS

Top

None. This is nothing but documentation.

CONFIGURATION AND ENVIRONMENT

Top

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

Top

Perl::Critic

INCOMPATIBILITIES

Top

None reported.

BUGS AND LIMITATIONS

Top

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?

Top

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

Nagging Idiosyncratic Thoughtless Syntax
Nits I like to pick.

AUTHOR

Top

Kent Cowgill, <kent@c2group.net>

LICENSE AND COPYRIGHT

Top


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