#######################################################################
#      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Perl-Critic-1.02/INSTALL $
#     $Date: 2007-02-11 22:57:01 -0800 (Sun, 11 Feb 2007) $
#   $Author: thaljef $
# $Revision: 1228 $
########################################################################

NOTICE

    The Perl::Critic distribution contains a fairly large number
    of modules.  And since it is still developing rapidly, some
    of those modules may disappear or be renamed fron one release
    to the next.  Therefore, I suggest removing any existing
    installation of Perl::Critic before installing a new one.

INSTALLATION

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

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

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

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