-
-
09 May 2017 22:34:08 UTC
- Distribution: Dist-Zilla-Plugin-Test-Perl-Critic
- Module version: 3.001
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (4)
- Testers (2547 / 1 / 0)
- Kwalitee
Bus factor: 1- 91.80% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (31.38KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 7 contributors- Jerome Quelin
-
Jรฉrรดme Quelin
-
Kent Fredric
-
Olivier Menguรฉ
-
Stephen R. Scaffidi
-
Gryphon Shafer
-
Mike Doherty
- Dependencies
- Data::Section
- Dist::Zilla::File::InMemory
- Dist::Zilla::Role::FileGatherer
- Dist::Zilla::Role::PrereqSource
- Dist::Zilla::Role::TextTemplate
- Moose
- Moose::Util
- Sub::Exporter::ForMethods
- Test::Perl::Critic
- namespace::autoclean
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Dist::Zilla::Plugin::Test::Perl::Critic - Tests to check your code against best practices
VERSION
version 3.001
SYNOPSIS
In your dist.ini:
[Test::Perl::Critic] critic_config = perlcritic.rc ; default / relative to project root
DESCRIPTION
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 toperlcritic.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.
SEE ALSO
You can look for information on this module at:
Search CPAN
http://search.cpan.org/dist/Dist-Zilla-Plugin-Test-Perl-Critic
See open / report bugs
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-Test-Perl-Critic
Mailing-list (same as Dist::Zilla)
Git repository
http://github.com/jquelin/dist-zilla-plugin-test-perl-critic
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
http://cpanratings.perl.org/d/Dist-Zilla-Plugin-Test-Perl-Critic
SUPPORT
Bugs may be submitted through the RT bug tracker (or 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
onirc.perl.org
.AUTHOR
Jerome Quelin
CONTRIBUTORS
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>
COPYRIGHT AND LICENCE
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.
Module Install Instructions
To install Dist::Zilla::Plugin::Test::Perl::Critic, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::Test::Perl::Critic
perl -MCPAN -e shell install Dist::Zilla::Plugin::Test::Perl::Critic
For more information on module installation, please visit the detailed CPAN module installation guide.