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

..03-May-2022-

lib/Perl/Critic/H04-May-2008-44866

t/H04-May-2008-442260

Build.PLH A D04-May-20082.1 KiB8667

ChangesH A D04-May-2008255 149

MANIFESTH A D04-May-2008534 2322

META.ymlH A D04-May-20081 KiB4241

Makefile.PLH A D04-May-20081.1 KiB3222

READMEH A D04-May-2008856 3820

README

1Perl-Critic-Swift version 1.0.3
2
3This module provides several Perl::Critic policies.
4
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Build.PL
11    ./Build
12    ./Build test
13    ./Build install
14
15
16NON-STANDARD BUILD TARGETS
17
18    ./Build authortest
19
20Runs extra tests that might not pass anywhere other than the author's computer.
21
22
23NOTE ON ENCODINGS
24
25All files in this distribution should be considered to be in UTF-8 format.
26Some standard documentation tools do not presently deal very well with this and
27their output is mangled.  Give that it is the 21st century, this is considered
28a bug in those tools and not in this distribution.
29
30
31
32COPYRIGHT AND LICENCE
33
34Copyright ©2007-2008, Elliot Shank.  All rights reserved.
35
36This library is free software; you can redistribute it and/or modify
37it under the same terms as Perl itself.
38