The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#######################################################################
#      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Test-Perl-Critic-1.02/INSTALL $
#     $Date: 2007-01-24 22:17:21 -0800 (Wed, 24 Jan 2007) $
#   $Author: thaljef $
# $Revision: 1181 $
########################################################################

INSTALLATION

To install Test::Perl::Critic with C<make>, 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<Module::Build>, 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