Dist::Zilla::Plugin::Test::Perl::Critic(3pm) | User Contributed Perl Documentation | Dist::Zilla::Plugin::Test::Perl::Critic(3pm) |
Dist::Zilla::Plugin::Test::Perl::Critic - Tests to check your code against best practices
version 3.001
In your dist.ini:
[Test::Perl::Critic] critic_config = perlcritic.rc ; default / relative to project root
This will provide a t/author/critic.t file for use during the "test" and "release" calls of "dzil". To use this, make the changes to dist.ini above and run one of the following:
dzil test dzil release
During these runs, t/author/critic.t will use Test::Perl::Critic to run Perl::Critic against your code and by report findings.
This plugin accepts the "critic_config" option, which specifies your own config file for Perl::Critic. It defaults to "perlcritic.rc", relative to the project root. If the file does not exist, Perl::Critic will use its defaults.
This plugin is an extension of Dist::Zilla::Plugin::InlineFiles.
You can look for information on this module at:
<http://search.cpan.org/dist/Dist-Zilla-Plugin-Test-Perl-Critic>
<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-Test-Perl-Critic>
<http://www.listbox.com/subscribe/?list_id=139292>
<http://github.com/jquelin/dist-zilla-plugin-test-perl-critic>
<http://annocpan.org/dist/Dist-Zilla-Plugin-Test-Perl-Critic>
<http://cpanratings.perl.org/d/Dist-Zilla-Plugin-Test-Perl-Critic>
Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-Test-Perl-Critic> (or bug-Dist-Zilla-Plugin-Test-Perl-Critic@rt.cpan.org <mailto:bug-Dist-Zilla-Plugin-Test-Perl-Critic@rt.cpan.org>).
There is also a mailing list available for users of this distribution, at <http://dzil.org/#mailing-list>.
There is also an irc channel available for users of this distribution, at "#distzilla" on "irc.perl.org" <irc://irc.perl.org/#distzilla>.
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.
2022-12-06 | perl v5.36.0 |