=pod

=encoding UTF-8

=head1 NAME

Dist::Zilla::Plugin::Test::Perl::Critic::Freenode - Tests to check your code against policies inspired by #perl on Freenode

=head1 VERSION

version 0.001

=head1 SYNOPSIS

In your F<dist.ini>:

    [Test::Perl::Critic::Freenode]

=head1 DESCRIPTION

This will provide a F<xt/author/critic-freenode.t> file for use during the
"test" and "release" calls of C<dzil>. To use this, make the changes to
F<dist.ini> above and run one of the following:

    dzil test
    dzil release

During these runs, F<xt/author/critic-freenode.t> will use L<Test::Perl::Critic>
to run L<Perl::Critic::Freenode> against your code and report its findings.

This plugin is an extension of L<Dist::Zilla::Plugin::InlineFiles>.

This plugin is a fork of L<Dist::Zilla::Plugin::Test::Perl::Critic>.

=for Pod::Coverage gather_files register_prereqs

=head1 SEE ALSO

You can look for information on this module at:

=for stopwords AnnoCPAN

=over 4

=item * Search CPAN

L<http://search.cpan.org/dist/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode>

=item * See open / report bugs

L<https://github.com/pink-mist/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode/issues>

=item * Git repository

L<https://github.com/pink-mist/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode>

=item * AnnoCPAN: Annotated CPAN documentation

L<http://annocpan.org/dist/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode>

=item * CPAN Ratings

L<http://cpanratings.perl.org/d/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode>

=back

=head1 SUPPORT

Bugs may be submitted through L<https://github.com/pink-mist/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode/issues>.

=head1 ORIGINAL AUTHOR

Original author of L<Dist::Zilla::Plugin::Test::Perl::Critic> is Jerome Quelin

=head1 AUTHOR

Andreas Guldstrand

=head1 CONTRIBUTORS

=for stopwords Jérôme Quelin Karen Etheridge Kent Fredric Olivier Mengué Stephen R. Scaffidi Gryphon Shafer Mike Doherty Andreas Guldstrand

=over 4

=item *

Jérôme Quelin <jquelin@gmail.com>

=item *

Karen Etheridge <ether@cpan.org>

=item *

Kent Fredric <kentfredric@gmail.com>

=item *

Olivier Mengué <dolmen@cpan.org>

=item *

Stephen R. Scaffidi <stephen@scaffidi.net>

=item *

Gryphon Shafer <gryphon@goldenguru.com>

=item *

Mike Doherty <doherty@cs.dal.ca>

=item *

Andreas Guldstrand <andreas.guldstrand@gmail.com>

=back

=head1 COPYRIGHT AND LICENCE

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.

=cut