- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Jun 2009 17:59:50 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv29140/misc/bundle
Modified Files:
Makefile.PL META.yml
Log Message:
Require libwww-perl >= 5.802.
Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- META.yml 27 Mar 2009 20:12:57 -0000 1.13
+++ META.yml 23 Jun 2009 17:59:48 -0000 1.14
@@ -22,7 +22,7 @@
HTML::Tidy: 0
HTTP::Headers::Auth: 0
HTTP::Headers::Util: 0
- HTTP::Message: 0
+ HTTP::Message: 1.52
HTTP::Negotiate: 0
HTTP::Request: 0
LWP::UserAgent: 2.032
Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile.PL 27 Mar 2009 20:07:40 -0000 1.22
+++ Makefile.PL 23 Jun 2009 17:59:48 -0000 1.23
@@ -21,7 +21,7 @@
HTML::Template => 2.6,
HTTP::Headers::Auth => 0,
HTTP::Headers::Util => 0,
- HTTP::Message => 0,
+ HTTP::Message => 1.52,
HTTP::Negotiate => 0,
HTTP::Request => 0,
LWP::UserAgent => 2.032,
Received on Tuesday, 23 June 2009 18:00:00 UTC