summaryrefslogtreecommitdiffstats
path: root/misc/bundle
diff options
context:
space:
mode:
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 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