cvs commit: perlfaq/bin check_urls.pl
[email protected] (brian d foy)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/01/31 09:33:16 Modified: bin check_urls.pl Log: * hmmm, i thought i added a user_agent method to HTTP::SimpleLinkChecker, but it is not there. I commented its use until i figure this out. Revision Changes Path 1.4 +2 -2 perlfaq/bin/check_urls.pl Index: check_urls.pl =================================================================== RCS file: /cvs/public/perlfaq/bin/check_urls.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- check_urls.pl 29 Aug 2002 03:32:07 -0000 1.3 +++ check_urls.pl 31 Jan 2003 17:33:16 -0000 1.4 @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: check_urls.pl,v 1.3 2002/08/29 03:32:07 comdog Exp $ +# $Id: check_urls.pl,v 1.4 2003/01/31 17:33:16 comdog Exp $ use strict; =head1 NAME @@ -48,7 +48,7 @@ use vars qw( %urls %failures ); use HTTP::SimpleLinkChecker; -HTTP::SimpleLinkChecker::user_agent()->timeout(15); +#HTTP::SimpleLinkChecker::user_agent()->timeout(15); my $DEBUG = 0; my $VERBOSE = 1;