Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > d9230c5ceb0ea5e6173273fc33e8d585 > files > 6

perl-Test-Perl-Critic-1.20.0-3.mga4.noarch.rpm

#######################################################################
#      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Test-Perl-Critic-1.02/INSTALL $
#     $Date: 2007-01-24 22:17:21 -0800 (Wed, 24 Jan 2007) $
#   $Author: thaljef $
# $Revision: 1181 $
########################################################################

INSTALLATION

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

  tar -zxf Test-Perl-Critic-1.01.tar.gz
  cd Test-Perl-Critic-1.01
  perl Makefile.PL
  make
  make test
  make install 

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

  tar -zxf Test-Perl-Critic-1.01.tar.gz
  cd Test-Perl-Critic-1.01
  perl Build.pl
  ./Build
  ./Build test
  ./Build install