1Perl::Critic::PetPeevesU:s:eJrTRCAoMnMtErLiLb(u3t)ed PerPlerDlo:c:uCmreinttiact:i:oPnetPeeves::JTRAMMELL(3)
2
3
4
6 Perl::Critic::PetPeeves::JTRAMMELL - policies to prohibit/require my
7 pet peeves
8
10 Module "Perl::Critic::PetPeeves::JTRAMMELL" provides policies that I
11 want that haven't already been implemented elsewhere. So far this is:
12
13 Perl::Critic::Policy::Variables::ProhibitUselessInitialization
14 Considers unnecessary initialization a style violation, e.g.:
15
16 my $foo = undef; # assignment not needed
17 my @bar = (); # ditto
18
20 John Trammell "<johntrammell =at= gmail !dot! com>"
21
23 Please report any bugs or feature requests to
24 "bug-perl-critic-petpeeves-jtrammell at rt.cpan.org", or through the
25 web interface at
26 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Critic-PetPeeves-JTRAMMELL>.
27 I will be notified, and then you'll automatically be notified of
28 progress on your bug as I make changes.
29
31 You can find documentation for this module with the perldoc command.
32
33 perldoc Perl::Critic::PetPeeves::JTRAMMELL
34
35 You can also look for information at:
36
37 · AnnoCPAN: Annotated CPAN documentation
38
39 <http://annocpan.org/dist/Perl-Critic-PetPeeves-JTRAMMELL>
40
41 · CPAN Ratings
42
43 <http://cpanratings.perl.org/d/Perl-Critic-PetPeeves-JTRAMMELL>
44
45 · RT: CPAN's request tracker
46
47 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Perl-Critic-PetPeeves-JTRAMMELL>
48
49 · Search CPAN
50
51 <http://search.cpan.org/dist/Perl-Critic-PetPeeves-JTRAMMELL>
52
55 Copyright 2011 John Trammell, all rights reserved.
56
57 This program is free software; you can redistribute it and/or modify it
58 under the same terms as Perl itself.
59
60
61
62perl v5.28.0 2018-07-P1e5rl::Critic::PetPeeves::JTRAMMELL(3)