####################################################################### # $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Test-Perl-Critic-Progressive-0.03/INSTALL $ # $Date: 2008-07-27 16:01:56 -0700 (Sun, 27 Jul 2008) $ # $Author: thaljef $ # $Revision: 2620 $ ######################################################################## INSTALLATION To install Test::Perl::Critic::Progressive with C, give the following commands at your favorite shell: tar -zxf Test-Perl-Critic-Progressive-0.03.tar.gz cd Test-Perl-Critic-Progressive-0.03 perl Makefile.PL make make test make install Or if you prefer C, try this: tar -zxf Test-Perl-Critic-Progressive-0.03.tar.gz cd Test-Perl-Critic-Progressive-0.03 perl Build.pl ./Build ./Build test ./Build install