1Perl::Critic::Nits(3) User Contributed Perl DocumentationPerl::Critic::Nits(3)
2
3
4
6 Perl::Critic::Nits - policies of nits I like to pick.
7
9 This module has no functionality, but instead contains documentation
10 for this distribution and acts as a means of pulling other modules into
11 a bundle. All of the policy modules contained herein will have an
12 "AFFILIATION" section announcing their participation in this grouping.
13
15 This document describes Perl::Critic::Nits version 1.0.0.
16
18 Some Perl::Critic policies to make your code more clean.
19
21 The included policy is:
22
23 Perl::Critic::Policy::ValuesAndExpressions::ProhibitAccessOfPrivateData
24 Prohibits direct access to a hash-based object's hash. [Severity:
25 5]
26
28 None. This is nothing but documentation.
29
31 None. This is nothing but documentation.
32
34 All policies included are in the "nits" theme, as well as the
35 "maintenance" theme. See the Perl::Critic documentation for how to
36 make use of this.
37
39 Perl::Critic
40
42 None reported.
43
45 No bugs have been reported.
46
47 False positives may be encountered if, internal to a module, the code
48 does not use $self, $class, or $package to refer to the object it
49 represents.
50
51 Please report any bugs or feature requests to
52 "bug-perl-critic-nits@rt.cpan.org", or through the web interface at
53 <http://rt.cpan.org>.
54
56 Similar to Perl::Critic::Tics, take your pick:
57
58 Nagging Idiosyncratic Thoughtless Syntax
59 Nits I like to pick.
60
62 Kent Cowgill, "<kent@c2group.net>"
63
65 Copyright (c) 2007, Kent Cowgill "<kent@c2group.net>". All rights
66 reserved.
67
68 This module is free software; you can redistribute it and/or modify it
69 under the same terms as Perl itself. See perlartistic.
70
71
72
73perl v5.38.0 2023-07-21 Perl::Critic::Nits(3)