Dist::Zilla::Plugin::Test::Perl::Critic::Freenode - Tests to check your code against policies inspired by #perl on Freenode
version 0.001
In your dist.ini:
[Test::Perl::Critic::Freenode]
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
dzil test dzil release
During these runs, xt/author/critic-freenode.t will use Test::Perl::Critic to run Perl::Critic::Freenode 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.
You can look for information on this module at:
Search CPAN
http://search.cpan.org/dist/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode
See open / report bugs
https://github.com/pink-mist/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode/issues
Git repository
https://github.com/pink-mist/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode
CPAN Ratings
http://cpanratings.perl.org/d/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode
Bugs may be submitted through https://github.com/pink-mist/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode/issues.
Original author of Dist::Zilla::Plugin::Test::Perl::Critic is Jerome Quelin
Andreas Guldstrand
Jérôme Quelin <jquelin@gmail.com>
Karen Etheridge <ether@cpan.org>
Kent Fredric <kentfredric@gmail.com>
Olivier Mengué <dolmen@cpan.org>
Stephen R. Scaffidi <stephen@scaffidi.net>
Gryphon Shafer <gryphon@goldenguru.com>
Mike Doherty <doherty@cs.dal.ca>
Andreas Guldstrand <andreas.guldstrand@gmail.com>
This software is copyright (c) 2009 by Jerome Quelin. 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.
To install Dist::Zilla::Plugin::Test::Perl::Critic::Freenode, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Dist::Zilla::Plugin::Test::Perl::Critic::Freenode
CPAN shell
perl -MCPAN -e shell install Dist::Zilla::Plugin::Test::Perl::Critic::Freenode
For more information on module installation, please visit the detailed CPAN module installation guide.