summaryrefslogtreecommitdiffstats
path: root/misc/bundle
diff options
context:
space:
mode:
authorville <ville@localhost>2009-06-29 14:33:39 +0000
committerville <ville@localhost>2009-06-29 14:33:39 +0000
commit9fdaf294bff7cc096e38e6f7fffb728474c53626 (patch)
treed27c89e90b3a311bd7bd8d8bc0e15220d7dfc2e0 /misc/bundle
parentdecbd3103eeab4fe19f81a0fcfd576eac8530116 (diff)
downloadmarkup-validator-9fdaf294bff7cc096e38e6f7fffb728474c53626.zip
markup-validator-9fdaf294bff7cc096e38e6f7fffb728474c53626.tar.gz
markup-validator-9fdaf294bff7cc096e38e6f7fffb728474c53626.tar.bz2
Drop Config::General <= 2.31 workarounds, require >= 2.32.
Diffstat (limited to 'misc/bundle')
-rw-r--r--misc/bundle/META.yml2
-rw-r--r--misc/bundle/Makefile.PL2
-rw-r--r--misc/bundle/lib/Bundle/W3C/Validator.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml
index dd9c9c9..33af029 100644
--- a/misc/bundle/META.yml
+++ b/misc/bundle/META.yml
@@ -10,7 +10,7 @@ distribution_type: module
requires:
CGI: 2.81
CGI::Carp: 0
- Config::General: 2.31
+ Config::General: 2.32
Encode: 0
Encode::Alias: 0
Encode::HanExtra: 0
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL
index 0e867ae..dba2238 100644
--- a/misc/bundle/Makefile.PL
+++ b/misc/bundle/Makefile.PL
@@ -11,7 +11,7 @@ WriteMakefile(
# Hard dependencies:
CGI => 2.81,
CGI::Carp => 0,
- Config::General => 2.31,
+ Config::General => 2.32,
Encode => 0,
Encode::Alias => 0,
Encode::HanExtra => 0,
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm
index 348fc66..bc39368 100644
--- a/misc/bundle/lib/Bundle/W3C/Validator.pm
+++ b/misc/bundle/lib/Bundle/W3C/Validator.pm
@@ -22,7 +22,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator">
CGI 2.81
CGI::Carp
- Config::General 2.31
+ Config::General 2.32
Encode
Encode::Alias
Encode::HanExtra