Package : perl-Test-Pod-No404s

Package details

Summary: Using this test module will check your POD for any http 404 links

Description:
This module looks for any http(s) links in your POD and verifies that they
will not return a 404. It uses the LWP::UserAgent manpage for the heavy
lifting, and simply lets you know if it failed to retrieve the document.
More specifically, it uses $response->is_error as the "test."

This module does *NOT* check "pod" or "man" links like 'L<Test::Pod>' in
your pod. For that, please check out the Test::Pod::LinkCheck manpage.

Normally, you wouldn't want this test to be run during end-user
installation because they might have no internet! It is HIGHLY recommended
that this be used only for module authors' RELEASE_TESTING phase. To do
that, just modify the synopsis to add an env check :)


URL: http://search.cpan.org/dist/Test-Pod-No404s
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs