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

NAME

Test::Apocalypse::PerlCritic - Plugin for Test::Perl::Critic

VERSION

  This document describes v1.000 of Test::Apocalypse::PerlCritic - released March 04, 2011 as part of Test-Apocalypse.

DESCRIPTION

Encapsulates Test::Perl::Critic functionality.

Automatically sets the following options:

        -verbose => 8,
        -severity => 'brutal',
        -profile => 't/perlcriticrc',
        -profile-strictness => 'fatal',

If the t/perlcriticrc file isn't present a default one will be generated and used. Please see the source of this module for the default config, it is too lengthy to copy and paste into this POD! If you want to override the critic options, please create your own t/perlcriticrc file in the distribution!

SEE ALSO

Please see those modules/websites for more information related to this module.

AUTHOR

Apocalypse <APOCAL@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Apocalypse.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

The full text of the license can be found in the LICENSE file included with this distribution.