#######################################################################
# $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<make>, 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<Module::Build>, 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