From 5fc702f79ee62540576eaf7e07c393f08af1faff Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 13 Oct 2022 13:36:47 +1300 Subject: [PATCH] Bug 17704: Bump version in cpanfile Content-Type: text/plain; charset="utf-8" --- cpanfile | 2 +- debian/list-deps | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cpanfile b/cpanfile index d40bf7ff1c..9d6d895f63 100644 --- a/cpanfile +++ b/cpanfile @@ -53,7 +53,7 @@ requires 'HTML::Entities', '3.69'; requires 'HTML::FormatText', '1.23'; requires 'HTML::Scrubber', '0.08'; requires 'HTTP::Cookies', '1.39'; -requires 'HTTP::OAI', '3.2'; +requires 'HTTP::OAI', '4.11'; requires 'HTTP::Request::Common', '1.26'; requires 'HTTP::Tiny', '0.076'; requires 'IPC::Cmd', '0.46'; diff --git a/debian/list-deps b/debian/list-deps index 119365aa1b..7be375399d 100755 --- a/debian/list-deps +++ b/debian/list-deps @@ -28,7 +28,6 @@ use C4::Installer::PerlModules; # debian one. my %overrides = ( 'LWP::Protocol::https' => 'liblwp-protocol-https-perl | libwww-perl (<<6.02), libio-socket-ssl-perl', - 'HTTP::OAI' => 'libhttp-oai-perl (>= 3.2) | libhttp-oai-3.27-perl, libhttp-oai-perl (<< 4.0) | libhttp-oai-3.27-perl', 'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | libio-socket-ip-perl', 'CPAN::Meta' => 'libcpan-meta-perl (>= 2.150010) | perl-modules-5.28 | perl-modules-5.30 | perl-modules (>= 5.20.2)', 'CGI::Compile' => 'libcgi-compile-perl (>= 0.25) | libcgi-compile-perl (<< 0.24)', -- 2.20.1