-
-
30 Sep 2015 04:00:57 UTC
- Distribution: Dist-Zilla-Plugin-Test-Kwalitee
- Module version: 2.12
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (3229 / 3 / 0)
- Kwalitee
Bus factor: 1- 93.88% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (31.11KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- CONFIGURATION OPTIONS
- SEE ALSO
- SUPPORT
- AUTHORS
- CONTRIBUTORS
- COPYRIGHT AND LICENSE
NAME
Dist::Zilla::Plugin::Test::Kwalitee - Author tests for kwalitee
VERSION
version 2.12
SYNOPSIS
In your dist.ini:
[Test::Kwalitee] skiptest = use_strict ; Don't test for strictness.
DESCRIPTION
This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following file:
xt/release/kwalitee.t - a standard Test::Kwalitee test
CONFIGURATION OPTIONS
skiptest
The name of a kwalitee metric to skip (see the list in Test::Kwalitee. Can be used more than once.
filename
The filename of the test to add - defaults to xt/release/kwalitee.t.
SEE ALSO
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-Test-Kwalitee@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 irc://irc.perl.org/#distzilla.
AUTHORS
Marcel Gruenauer <marcel@cpan.org>
Harley Pig <harleypig@gmail.com>
Caleb Cushing <xenoterracide@gmail.com>
Kent Fredric <kentfredric@gmail.com>
Karen Etheridge <ether@cpan.org>
CONTRIBUTORS
Marcel Gruenauer <hanekomu@gmail.com>
Mike Doherty <doherty@cs.dal.ca>
Graham Knop <haarg@haarg.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Marcel Gruenauer.
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::Kwalitee, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::Test::Kwalitee
perl -MCPAN -e shell install Dist::Zilla::Plugin::Test::Kwalitee
For more information on module installation, please visit the detailed CPAN module installation guide.