#######################################################################
#      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Perl-Critic-StricterSubs-0.01/INSTALL $
#     $Date: 2007-04-12 01:12:30 -0700 (Thu, 12 Apr 2007) $
#   $Author: thaljef $
# $Revision: 1464 $
########################################################################

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.01.tar.gz
         cd Perl-Critic-StricterSubs-0.01
         perl Makefile.PL
         make
         make test
         make install 

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

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