The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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$
#     $Date$
#   $Author$
# $Revision$
########################################################################