- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Jun 2009 20:30:50 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv29273/misc/bundle
Modified Files:
META.yml Makefile.PL
Log Message:
Drop SGML::Parser::OpenSP < 0.991 workarounds, require >= 0.991.
Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- META.yml 29 Jun 2009 18:21:16 -0000 1.16
+++ META.yml 29 Jun 2009 20:30:48 -0000 1.17
@@ -29,7 +29,7 @@
LWP::UserAgent: 2.032
Net::hostent: 0
Net::IP: 0
- SGML::Parser::OpenSP: 0
+ SGML::Parser::OpenSP: 0.991
Socket: 0
String::Approx: 0
URI: 0
Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Makefile.PL 29 Jun 2009 18:21:16 -0000 1.25
+++ Makefile.PL 29 Jun 2009 20:30:48 -0000 1.26
@@ -28,7 +28,7 @@
LWP::UserAgent => 2.032,
Net::hostent => 0,
Net::IP => 0,
- SGML::Parser::OpenSP => 0,
+ SGML::Parser::OpenSP => 0.991,
Socket => 0,
String::Approx => 0,
URI => 0,
Received on Monday, 29 June 2009 20:31:00 UTC