NAME
Dist::Zilla::Plugin::Test::Perl::Critic::Freenode - Tests to check your
code against policies inspired by #perl on Freenode
VERSION
version 0.002
SYNOPSIS
In your dist.ini:
[Test::Perl::Critic::Freenode]
DESCRIPTION
This will provide a xt/author/critic-freenode.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, xt/author/critic-freenode.t will use
Test::Perl::Critic to run Perl::Critic against your code and report its
findings.
This plugin is an extension of Dist::Zilla::Plugin::InlineFiles.
This plugin is a fork of Dist::Zilla::Plugin::Test::Perl::Critic.
SEE ALSO
You can look for information on this module at:
* Search CPAN
* See open / report bugs
* Git repository
* AnnoCPAN: Annotated CPAN documentation
* CPAN Ratings
ORIGINAL AUTHOR
Original author of Dist::Zilla::Plugin::Test::Perl::Critic is Jerome
Quelin
AUTHOR
Andreas Guldstrand
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Andreas Guldstrand.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.