diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-11-15 21:45:06 +0200 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-11-15 21:45:06 +0200 |
commit | 3f0297f9e7dab0e01dcb717c037dedc43cdd6132 (patch) | |
tree | f99adf63957d921d1d7c5386eea30a462f39a942 /misc | |
parent | e44cec3200a3e1626ffa73dca4248840ab02007e (diff) | |
download | markup-validator-3f0297f9e7dab0e01dcb717c037dedc43cdd6132.zip markup-validator-3f0297f9e7dab0e01dcb717c037dedc43cdd6132.tar.gz markup-validator-3f0297f9e7dab0e01dcb717c037dedc43cdd6132.tar.bz2 |
Remove CGI.pm < 3.40 hacks, require >= 3.40.
Diffstat (limited to 'misc')
-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 01ead05..c3b14b5 100644 --- a/misc/bundle/META.yml +++ b/misc/bundle/META.yml @@ -11,7 +11,7 @@ configure_requires: build_requires: ExtUtils::MakeMaker: 0 requires: - CGI: 2.81 + CGI: 3.40 CGI::Carp: 0 Config: 0 Config::General: 2.32 diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL index 0494ebf..3abb27c 100644 --- a/misc/bundle/Makefile.PL +++ b/misc/bundle/Makefile.PL @@ -13,7 +13,7 @@ WriteMakefile( PREREQ_PM => { # Hard dependencies: - "CGI" => 2.81, + "CGI" => "3.40", "CGI::Carp" => 0, "Config" => 0, "Config::General" => 2.32, diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 3a0b082..6811235 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -21,7 +21,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> =head1 CONTENTS - CGI 2.81 + CGI 3.40 CGI::Carp Config Config::General 2.32 |