#######################################################################
#      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/criticism-1.01/INSTALL $
#     $Date: 2007-01-24 22:37:04 -0800 (Wed, 24 Jan 2007) $
#   $Author: thaljef $
# $Revision: 209 $
########################################################################

INSTALLATION

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

         tar -zxf criticism-1.01.tar.gz
         cd criticism-1.01
         perl Makefile.PL
         make
         make test
         make install 

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

         tar -zxf criticism-1.01.tar.gz
         cd criticism-1.01
         perl Build.pl
         ./Build
         ./Build test
         ./Build install 
