Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 478aa55bfa76446ea16090f8bd8b55ab > files > 233

perl-Perl-Critic-1.119.0-2.mga4.noarch.rpm

INSTALLATION

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

        tar -zxf Perl-Critic-1.107_001.tar.gz
        cd Perl-Critic-1.107_001
        perl Makefile.PL
        make
        make test
        make install

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

        tar -zxf Perl-Critic-1.107_001.tar.gz
        cd Perl-Critic-1.107_001
        perl Build.pl
        ./Build
        ./Build test
        ./Build install


#######################################################################
#      $URL: http://perlcritic.tigris.org/svn/perlcritic/trunk/distributions/Perl-Critic/INSTALL $
#     $Date: 2010-06-13 16:26:31 -0700 (Sun, 13 Jun 2010) $
#   $Author: clonezone $
# $Revision: 3824 $
########################################################################