- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Jan 2009 11:34:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv878/httpd/cgi-bin
Modified Files:
check
Log Message:
LWP::UserAgent >= 2.032 (libwww-perl >= 5.800) is required for default_header().
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.618
retrieving revision 1.619
diff -u -d -r1.618 -r1.619
--- check 4 Jan 2009 11:22:19 -0000 1.618
+++ check 4 Jan 2009 11:34:56 -0000 1.619
@@ -50,9 +50,9 @@
use Config::General 2.19 qw(); # Need 2.19 for -AutoLaunder
use Encode qw();
use Encode::Alias qw();
-use Encode::HanExtra qw(); # for some chinese character encodings,
+#use Encode::HanExtra qw(); # for some chinese character encodings,
# e.g gb18030
-use Encode::JIS2K qw(); # ditto extra japanese encodings
+#use Encode::JIS2K qw(); # ditto extra japanese encodings
use File::Spec::Functions qw(catfile);
use HTML::Encoding 0.52 qw();
use HTML::Parser 3.25 qw(); # Need 3.25 for $p->ignore_elements.
@@ -3043,7 +3043,7 @@
package W3C::Validator::UserAgent;
-use LWP::UserAgent 1.90 qw(); # Need 1.90 for protocols_(allowed|forbidden)
+use LWP::UserAgent 2.032 qw(); # Need 2.032 for default_header()
use Net::hostent qw(gethostbyname);
use Net::IP qw();
use Socket qw(inet_ntoa);
Received on Sunday, 4 January 2009 11:35:08 UTC