perl-HTTP-SimpleLinkChecker - HTTP-SimpleLinkChecker module for perl

Description:

You don't have to know anything about objected-oriented Perl, LWP,
or the HTTP module to be able to check your links. This module is
designed for the casual user. It has one function, check_link,
that returns the HTTP response code that it receives when it tries
to fetch the web address passed to it. The undef value is returned
for any failure and the $HTTP::SimpleLinkChecker::ERROR variable is set.

The HEAD method is tried first, although if anything other than a
good status code (those less than 400) is received, another request
is made with the GET method.

Homepage: http://search.cpan.org/dist/HTTP-SimpleLinkChecker/

License: GPL+ or Artistic

Vendor: city-fan.org repo http://www.city-fan.org/ftp/contrib/

Packages

perl-HTTP-SimpleLinkChecker-1.15-4.fc8.noarch [15 KiB] Changelog by Paul Howarth (2010-02-12):
- Drop explicit perl-libwww-perl dep and req/buildreq specific perl modules
- BR/Req perl(Exporter), used in "use base" clause
- Dist tag for Rawhide no longer needs special-casing