####################################################################### # $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Test-Perl-Critic-1.01/INSTALL $ # $Date: 2007-01-24 22:22:10 -0800 (Wed, 24 Jan 2007) $ # $Author: thaljef $ # $Revision: 1183 $ ######################################################################## INSTALLATION To install Test::Perl::Critic with C, give the following commands to your favorite shell: tar -zxf Test-Perl-Critic-1.01.tar.gz cd Test-Perl-Critic-1.01 perl Makefile.PL make make test make install Or if you prefer C, try this: tar -zxf Test-Perl-Critic-1.01.tar.gz cd Test-Perl-Critic-1.01 perl Build.pl ./Build ./Build test ./Build install