summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--META.json2
-rw-r--r--META.yml2
-rw-r--r--Makefile.PL4
3 files changed, 4 insertions, 4 deletions
diff --git a/META.json b/META.json
index 4a6f3977c..edb1dcb3d 100644
--- a/META.json
+++ b/META.json
@@ -399,7 +399,7 @@
"Safe" : "2.30"
},
"requires" : {
- "CGI" : "== 3.51",
+ "CGI" : "<= 3.63",
"CPAN::Meta::Prereqs" : "2.132830",
"CPAN::Meta::Requirements" : "2.121",
"Crypt::CBC" : "0",
diff --git a/META.yml b/META.yml
index b6e117933..9443ded72 100644
--- a/META.yml
+++ b/META.yml
@@ -200,7 +200,7 @@ optional_features:
recommends:
Safe: '2.30'
requires:
- CGI: '== 3.51'
+ CGI: '<= 3.63'
CPAN::Meta::Prereqs: '2.132830'
CPAN::Meta::Requirements: '2.121'
Crypt::CBC: '0'
diff --git a/Makefile.PL b/Makefile.PL
index 7abf5f691..2f2400e00 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -53,7 +53,7 @@ END {
# PREREQ_PM
my %requires = (
- 'CGI' => '== 3.51',
+ 'CGI' => '<= 3.63',
'CPAN::Meta::Prereqs' => '2.132830',
'CPAN::Meta::Requirements' => '2.121',
'DBI' => '1.614',
@@ -269,7 +269,7 @@ my %optional_features = (
runtime => {
requires => {
'Test::Taint' => '1.06',
- 'JSON::RPC' => '== 1.01',
+ 'JSON::RPC' => '==1.01',
}
}
}