1Perl::Critic::Nits(3) User Contributed Perl DocumentationPerl::Critic::Nits(3)
2
3
4

NAME

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

AFFILIATION

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

VERSION

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

SYNOPSIS

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

DESCRIPTION

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

INTERFACE

28       None.  This is nothing but documentation.
29

DIAGNOSTICS

31       None.  This is nothing but documentation.
32

CONFIGURATION AND ENVIRONMENT

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

DEPENDENCIES

39       Perl::Critic
40

INCOMPATIBILITIES

42       None reported.
43

BUGS AND LIMITATIONS

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

WHY NITS?

56       Similar to Perl::Critic::Tics, take your pick:
57
58       Nagging Idiosyncratic Thoughtless Syntax
59       Nits I like to pick.
60

AUTHOR

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.32.0                      2020-07-28             Perl::Critic::Nits(3)
Impressum