The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
INSTALLATION

    To install Perl::Critic give the following commands 
    to your favorite shell:

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