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/Perl-Critic-Dynamic-0.04/INSTALL $
#     $Date: 2007-08-07 13:11:35 -0700 (Tue, 07 Aug 2007) $
#   $Author: thaljef $
# $Revision: 1821 $
########################################################################


INSTALLATION

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

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

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

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