- From: Ville Skytta <ville@hutz.w3.org>
- Date: Wed, 07 Apr 2004 22:08:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker
In directory hutz:/tmp/cvs-serv4272
Modified Files:
Makefile.PL
Log Message:
Initial (partial) implementation for support for robots exclusion standard.
The UI still needs some work: the results view should be fixed and some
new configuration options (admin address, minimum delay) should be added.
As a side effect, we now require libwww-perl >= 5.60.
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.PL 31 Mar 2004 19:29:39 -0000 1.6
+++ Makefile.PL 7 Apr 2004 22:08:33 -0000 1.7
@@ -25,7 +25,7 @@
CGI => 0,
Config::General => 2.06,
HTML::Parser => 3.00,
- LWP::UserAgent => 0,
+ LWP::RobotUA => 0,
Net::IP => 0,
Term::ReadKey => 2.00,
Time::HiRes => 0,
Received on Wednesday, 7 April 2004 18:08:36 UTC