- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Jan 2009 16:54:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv2862/misc/bundle
Modified Files:
META.yml Makefile.PL
Log Message:
Purge Config::General <= 2.30 compatibility hack; 2.31 one still preserved for current Debian stable.
Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- META.yml 4 Jan 2009 11:34:56 -0000 1.7
+++ META.yml 4 Jan 2009 16:54:19 -0000 1.8
@@ -9,7 +9,7 @@
distribution_type: module
requires:
CGI: 2.81
- Config::General: 2.19
+ Config::General: 2.31
Encode: 0
Encode::HanExtra: 0
Encode::JIS2K: 0
Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.PL 4 Jan 2009 11:34:56 -0000 1.13
+++ Makefile.PL 4 Jan 2009 16:54:19 -0000 1.14
@@ -8,7 +8,7 @@
VERSION_FROM => 'lib/Bundle/W3C/Validator.pm',
PREREQ_PM => {
CGI => 2.81,
- Config::General => 2.19,
+ Config::General => 2.31,
Encode => 0,
Encode::HanExtra => 0,
Encode::JIS2K => 0,
Received on Sunday, 4 January 2009 16:54:34 UTC