| Dist-Zilla-Plugin-CriticTests documentation | view source | Contained in the Dist-Zilla-Plugin-CriticTests distribution. |
Dist::Zilla::Plugin::CriticTests - tests to check your code against best practices
version 1.111450
In your dist.ini:
[CriticTests]
critic_config = perlcritic.rc ; relative to project root
This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following files:
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.
Jerome Quelin
This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Dist-Zilla-Plugin-CriticTests documentation | view source | Contained in the Dist-Zilla-Plugin-CriticTests distribution. |