1Perl::Critic::Itch(3) User Contributed Perl DocumentationPerl::Critic::Itch(3)
2
3
4
6 Perl::Critic::Itch - A collection of Perl::Critic Policies to solve
7 some Itches
8
10 Version 0.07
11
13 Perl::Critic::Itch was created to fulfill some special requests when
14 analyzing Perl Code. This policies, may not be useful to everyone, and
15 surely not consensual, but they solve some little itches I had, and it
16 makes me sleep better at night!
17
18 List of Policies implemented:
19
20 Perl::Critic::Policy::CodeLayout::ProhibitHashBarewords
22 Marcelo Rodrigues, "<marcelo at cpan.org>"
23
25 Please report any bugs or feature requests to "bug-perl-critic-itch at
26 rt.cpan.org", or through the web interface at
27 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Critic-Itch>. I
28 will be notified, and then you'll automatically be notified of progress
29 on your bug as I make changes.
30
32 You can find documentation for this module with the perldoc command.
33
34 perldoc Perl::Critic::Itch
35
36 You can also look for information at:
37
38 • RT: CPAN's request tracker
39
40 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Perl-Critic-Itch>
41
42 • CPAN Ratings
43
44 <http://cpanratings.perl.org/d/Perl-Critic-Itch>
45
46 • Search CPAN
47
48 <http://search.cpan.org/dist/Perl-Critic-Itch/>
49
51 Thanks to
52
53 • Jose Carlos Pereira for pointing me in the right direction!
54
55 • All Perl::Critic::Policy contributors. Their code examples were
56 quite useful.
57
59 This program is free software; you can redistribute it and/or modify it
60 under the same terms as Perl itself.
61
62
63
64perl v5.34.0 2021-07-22 Perl::Critic::Itch(3)