####################################################################### # $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Perl-Critic-StricterSubs-0.03/INSTALL $ # $Date: 2008-01-13 18:30:52 -0800 (Sun, 13 Jan 2008) $ # $Author: thaljef $ # $Revision: 2096 $ ######################################################################## 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 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, 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