- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Jun 2009 14:33:41 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv24058/misc/bundle
Modified Files:
META.yml Makefile.PL
Log Message:
Drop Config::General <= 2.31 workarounds, require >= 2.32.
Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- META.yml 23 Jun 2009 17:59:48 -0000 1.14
+++ META.yml 29 Jun 2009 14:33:39 -0000 1.15
@@ -10,7 +10,7 @@
requires:
CGI: 2.81
CGI::Carp: 0
- Config::General: 2.31
+ Config::General: 2.32
Encode: 0
Encode::Alias: 0
Encode::HanExtra: 0
Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Makefile.PL 23 Jun 2009 17:59:48 -0000 1.23
+++ Makefile.PL 29 Jun 2009 14:33:39 -0000 1.24
@@ -11,7 +11,7 @@
# Hard dependencies:
CGI => 2.81,
CGI::Carp => 0,
- Config::General => 2.31,
+ Config::General => 2.32,
Encode => 0,
Encode::Alias => 0,
Encode::HanExtra => 0,
Received on Monday, 29 June 2009 14:33:54 UTC