Debian lenny version packages
[pkg-perl] / deb-src / libtest-perl-critic-perl / libtest-perl-critic-perl-1.01 / INSTALL
1 #######################################################################
2 #      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Test-Perl-Critic-1.01/INSTALL $
3 #     $Date: 2007-01-24 22:22:10 -0800 (Wed, 24 Jan 2007) $
4 #   $Author: thaljef $
5 # $Revision: 1183 $
6 ########################################################################
7
8 INSTALLATION
9
10 To install Test::Perl::Critic with C<make>, give the following commands
11 to your favorite shell:
12
13   tar -zxf Test-Perl-Critic-1.01.tar.gz
14   cd Test-Perl-Critic-1.01
15   perl Makefile.PL
16   make
17   make test
18   make install 
19
20 Or if you prefer C<Module::Build>, try this:
21
22   tar -zxf Test-Perl-Critic-1.01.tar.gz
23   cd Test-Perl-Critic-1.01
24   perl Build.pl
25   ./Build
26   ./Build test
27   ./Build install