diff options
author | ville <ville@localhost> | 2009-06-29 14:33:39 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-06-29 14:33:39 +0000 |
commit | 9fdaf294bff7cc096e38e6f7fffb728474c53626 (patch) | |
tree | d27c89e90b3a311bd7bd8d8bc0e15220d7dfc2e0 /misc/bundle | |
parent | decbd3103eeab4fe19f81a0fcfd576eac8530116 (diff) | |
download | markup-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.yml | 2 | ||||
-rw-r--r-- | misc/bundle/Makefile.PL | 2 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
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 |