NAME
Dist::Zilla::Plugin::Test::Pod::No404s - Add release tests for POD HTTP links
VERSION
version 1.001
SYNOPSIS
# dist.ini
[Test::Pod::No404s]
DESCRIPTION
This is an extension of Dist::Zilla::Plugin::InlineFiles providing the following files:
xt/release/pod-no404s.t - a standard Test::Pod::No404s test
You can skip the test by setting $ENV{SKIP_POD_NO404S}
or $ENV{AUTOMATED_TESTING}
.
I elected to skip the 404 test with AUTOMATED_TESTING
because I don't want to run that test (and bother the network) often, but I do like to run my author and release tests before actually attempting dzil release
.
So using dzil smoke
instead of dzil test
will skip the 404 network tests.
SEE ALSO
SUPPORT
Perldoc
You can find documentation for this module with the perldoc command.
perldoc Dist::Zilla::Plugin::Test::Pod::No404s
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
The default CPAN search engine, useful to view POD in HTML format.
http://search.cpan.org/dist/Dist-Zilla-Plugin-Test-Pod-No404s
RT: CPAN's Bug Tracker
The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN.
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-Test-Pod-No404s
CPAN Ratings
The CPAN Ratings is a website that allows community ratings and reviews of Perl modules.
http://cpanratings.perl.org/d/Dist-Zilla-Plugin-Test-Pod-No404s
CPAN Testers
The CPAN Testers is a network of smokers who run automated tests on uploaded CPAN distributions.
http://www.cpantesters.org/distro/D/Dist-Zilla-Plugin-Test-Pod-No404s
CPAN Testers Matrix
The CPAN Testers Matrix is a website that provides a visual overview of the test results for a distribution on various Perls/platforms.
http://matrix.cpantesters.org/?dist=Dist-Zilla-Plugin-Test-Pod-No404s
CPAN Testers Dependencies
The CPAN Testers Dependencies is a website that shows a chart of the test results of all dependencies for a distribution.
http://deps.cpantesters.org/?module=Dist::Zilla::Plugin::Test::Pod::No404s
Bugs / Feature Requests
Please report any bugs or feature requests by email to bug-dist-zilla-plugin-test-pod-no404s at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-Plugin-Test-Pod-No404s. You will be automatically notified of any progress on the request by the system.
Source Code
http://github.com/rwstauner/Dist-Zilla-Plugin-Test-Pod-No404s
git clone http://github.com/rwstauner/Dist-Zilla-Plugin-Test-Pod-No404s
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.