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

INSTALLATION

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

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

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

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