NAME
Dist::Zilla::Plugin::Test::Pod::LinkCheck - Add release tests for POD links
VERSION
version 1.000
SYNOPSIS
# dist.ini
[Test::Pod::LinkCheck]
DESCRIPTION
This is an extension of Dist::Zilla::Plugin::InlineFiles providing the following files:
xt/release/pod-linkcheck.t - a standard Test::Pod::LinkCheck test
You can skip the test by setting $ENV{SKIP_POD_LINKCHECK}
.
INSTALLING
NOTE You may need to update your CPANPLUS index before Test::Pod::LinkCheck will work (or in my case even install). Using the x
command at the cpanp
prompt did the trick for me.
Read more in "NOTES" in Test::Pod::LinkCheck.
SEE ALSO
SUPPORT
Perldoc
You can find documentation for this module with the perldoc command.
perldoc Dist::Zilla::Plugin::Test::Pod::LinkCheck
Websites
The following websites have more information about this module, and may be of help to you. As always, in addition to those websites please use your favorite search engine to discover more resources.
Search CPAN
http://search.cpan.org/dist/Dist-Zilla-Plugin-Test-Pod-LinkCheck
RT: CPAN's Bug Tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-Test-Pod-LinkCheck
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Dist-Zilla-Plugin-Test-Pod-LinkCheck
CPAN Ratings
http://cpanratings.perl.org/d/Dist-Zilla-Plugin-Test-Pod-LinkCheck
CPAN Forum
http://cpanforum.com/dist/Dist-Zilla-Plugin-Test-Pod-LinkCheck
CPANTS Kwalitee
http://cpants.perl.org/dist/overview/Dist-Zilla-Plugin-Test-Pod-LinkCheck
CPAN Testers Results
http://cpantesters.org/distro/D/Dist-Zilla-Plugin-Test-Pod-LinkCheck.html
CPAN Testers Matrix
http://matrix.cpantesters.org/?dist=Dist-Zilla-Plugin-Test-Pod-LinkCheck
Bugs / Feature Requests
Please report any bugs or feature requests by email to bug-dist-zilla-plugin-test-pod-linkcheck at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-Plugin-Test-Pod-LinkCheck. You will be automatically notified of any progress on the request by the system.
Source Code
http://github.com/magnificent-tears/Dist-Zilla-Plugin-Test-Pod-LinkCheck/tree
AUTHOR
Randy Stauner <rwstauner@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Randy Stauner.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.