Build all packages removed dependencies of libtest-exception-perl libtest-warn-perl...
[dh-make-perl] / dev / i386 / libperl-critic-perl / libperl-critic-perl-1.088 / INSTALL
1 #######################################################################
2 #      $URL: http://perlcritic.tigris.org/svn/perlcritic/trunk/Perl-Critic/INSTALL $
3 #     $Date: 2007-07-25 10:34:04 -0500 (Wed, 25 Jul 2007) $
4 #   $Author: clonezone $
5 # $Revision: 1790 $
6 ########################################################################
7
8 NOTICE
9
10     The Perl::Critic distribution contains a fairly large number
11     of modules.  And since it is still developing rapidly, some
12     of those modules may disappear or be renamed fron one release
13     to the next.  Therefore, I suggest removing any existing
14     installation of Perl::Critic before installing a new one.
15
16 INSTALLATION
17
18      To install Perl::Critic with C<make> give the following 
19      commands to your favorite shell:
20
21          tar -zxf Perl-Critic-1.061.tar.gz
22          cd Perl-Critic-1.061
23          perl Makefile.PL
24          make
25          make test
26          make install 
27
28      Or if you prefer C<Module::Build>, try this:
29
30          tar -zxf Perl-Critic-1.061.tar.gz
31          cd Perl-Critic-1.061
32          perl Build.pl
33          ./Build
34          ./Build test
35          ./Build install