head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.12.28.08.20.19;	author ehaupt;	state Exp;
branches;
next	1.2;

1.2
date	2011.10.24.09.11.26;	author dougb;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.19.06.59.11;	author aaron;	state Exp;
branches;
next	;


desc
@@


1.3
log
@End WWW CPAN URL with a "/"
@
text
@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 non-HTTP 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. Note, however, that even with the best code, no 
module can control how servers decide to respond to a check, or control 
any of the myriad things that can go wrong with the network between you 
and the remote server. Some may filter requests based on origin IP 
address, user-agent type, or any other arbitrary factor. Some servers may 
not respond correctly at all. Furthermore, some servers might be 
temporarily down or overloaded. I recommend that you recheck "broken" 
links a couple times over a long period (like a day or two) before you 
decide they are really broken.

Author: brian d foy <bdfoy@@cpan.org>
WWW: http://search.cpan.org/dist/HTTP-SimpleLinkChecker/
@


1.2
log
@The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
@
text
@d21 1
a21 1
WWW: http://search.cpan.org/dist/HTTP-SimpleLinkChecker
@


1.1
log
@Adding port www/p5-HTTP-SimpleLinkChecker, Check the HTTP response code
for a link.

Approved by:	tobez (implicit)
@
text
@d20 1
a21 1
Author: brian d foy <bdfoy@@cpan.org>
@

