Dist::Zilla::Plugin::CriticTests - tests to check your code against best practices


Dist-Zilla-Plugin-CriticTests documentation  | view source Contained in the Dist-Zilla-Plugin-CriticTests distribution.

Index


NAME

Top

Dist::Zilla::Plugin::CriticTests - tests to check your code against best practices

VERSION

Top

version 1.111450

SYNOPSIS

Top

In your dist.ini:

    [CriticTests]
    critic_config = perlcritic.rc   ; relative to project root

DESCRIPTION

Top

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following files:

* t/author/critic.t - a standard test to check your code against best practices

This plugin accept the critic_config option, to specify your own config file for Perl::Critic. It defaults to perlcritic.rc, relative to the project root.

AUTHOR

Top

Jerome Quelin

COPYRIGHT AND LICENSE

Top


Dist-Zilla-Plugin-CriticTests documentation  | view source Contained in the Dist-Zilla-Plugin-CriticTests distribution.