#######################################################################
#      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Perl-Critic-StricterSubs-0.02/INSTALL $
#     $Date: 2007-06-01 01:14:14 -0700 (Fri, 01 Jun 2007) $
#   $Author: thaljef $
# $Revision: 1559 $
########################################################################

DEPENDENCIES

     Perl-Critic-StricterSubs requires the following modules.  All
     can be found on CPAN (http://search.cpan.org)

     * File::PathList           => 0+
     * Perl::Critic             => 1.06+
     * Perl::Critic::Utils      => 1.06+
     * Perl::Critic::Violation  => 1.06+
     * Perl::Critic::TestUtils  => 1.06+
     * Test::Deep               => 0+
     * Test::More'              => 0+

INSTALLATION

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

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

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

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