• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Perl/Critic/H20-Jun-2011-999300

t/H20-Jun-2011-1,339753

ChangesH A D20-Jun-20112.3 KiB8456

MANIFESTH A D20-Jun-20111.2 KiB4238

META.ymlH A D20-Jun-20111.1 KiB3837

Makefile.PLH A D17-May-20111.9 KiB7358

READMEH A D17-May-20111.1 KiB5130

TODOH A D17-May-2011599 1511

perlcriticrcH A D17-May-2011722 2718

README

1Perl-Critic-Bangs
2
3Perl::Critic::Bangs is a collection of Perl::Critic policies to
4help make your life easier.
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15
16SUPPORT AND DOCUMENTATION
17
18After installing, you can find documentation for this module with the perldoc command.
19
20    perldoc Perl::Critic::Bangs
21
22You can also look for information at:
23
24    Search CPAN
25        http://search.cpan.org/dist/Perl-Critic-Bangs
26
27    CPAN Request Tracker:
28        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Perl-Critic-Bangs
29
30    AnnoCPAN, annotated CPAN documentation:
31        http://annocpan.org/dist/Perl-Critic-Bangs
32
33    CPAN Ratings:
34        http://cpanratings.perl.org/d/Perl-Critic-Bangs
35
36    Source code repository:
37        http://github.com/petdance/perl-critic-bangs
38
39
40COPYRIGHT AND LICENCE
41
42Copyright (C) 2006-2010 Andy Lester
43
44This library is free software; you can redistribute it and/or modify
45it under the terms of either the GNU Public License v3, or the Artistic
46License 2.0.
47
48    * http://www.gnu.org/copyleft/gpl.html
49
50    * http://www.opensource.org/licenses/artistic-license-2.0.php
51