| Perl-Critic-Nits documentation | Contained in the Perl-Critic-Nits distribution. |
Perl::Critic::Nits - policies of nits I like to pick.
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.
This document describes Perl::Critic::Nits version 1.0.0.
Some Perl::Critic policies to make your code more clean.
The included policy is:
Prohibits direct access to a hash-based object's hash. [Severity: 5]
None. This is nothing but documentation.
None. This is nothing but documentation.
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.
None reported.
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.
Similar to Perl::Critic::Tics, take your pick:
Kent Cowgill, <kent@c2group.net>
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.
| Perl-Critic-Nits documentation | Contained in the Perl-Critic-Nits distribution. |
package Perl::Critic::Nits; use strict; use warnings; use version; our $VERSION = qv('v1.0.0'); 1; __END__
# setup vim: set filetype=perl tabstop=4 softtabstop=4 expandtab : # setup vim: set shiftwidth=4 textwidth=78 nowrap autoindent :