######################################################################
#                          Test::Perl::Critic                        #
#                            Version 0.06                            #
#                       by Jeffrey R. Thalhammer                     #
#                          <thaljef@cpan.org>                        #
######################################################################

INSTALLATION

To install Test::Perl::Critic with C<make> give the following commands
to your favorite shell:

  tar -zxf Test-Perl-Critic-0.06.tar.gz
  cd Test-Perl-Critic-0.06
  perl Makefile.PL
  make
  make test
  make install 

Or if you prefer C<Module::Build>, try this:

  tar -zxf Test-Perl-Critic-0.06.tar.gz
  cd Test-Perl-Critic-0.06
  perl Build.pl
  ./Build
  ./Build test
  ./Build install 
