From 2938094f14bcfd3ae80fa6478986a51fffde499a Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 9 Nov 2016 13:25:42 -0500 Subject: pin slightly newer version --- META.json | 2 +- META.yml | 2 +- Makefile.PL | 4 ++-- 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', } } } -- cgit v1.2.3-24-g4f1b