From 0cb8e90f0d4ae1075a94744ef0f3c082e0f9fc12 Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 16 Nov 2017 20:45:03 +1300 Subject: [PATCH] Bug 18993: Allow Test::More version 1.302073 Signed-off-by: Julian Maurice --- C4/Installer/PerlDependencies.pm | 2 +- debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index e0a390b5bf..0bf96f6b16 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -595,7 +595,7 @@ our $PERL_DEPS = { 'Test::More' => { 'usage' => 'Core', 'required' => '1', - 'min_ver' => '1.302075' + 'min_ver' => '1.302073' }, 'Test::Strict' => { 'usage' => 'Core', diff --git a/debian/control b/debian/control index eee1bbafd0..4992ab4bc5 100644 --- a/debian/control +++ b/debian/control @@ -153,7 +153,7 @@ Build-Depends: libalgorithm-checkdigits-perl, perl, perl-modules, debhelper (>= 7.0.50), gettext, xsltproc, docbook-xsl, ttf-dejavu, - libxml2-utils, bash-completion, perl-modules-5.26 | libtest-simple-perl (>= 1.302075) + libxml2-utils, bash-completion, perl-modules-5.26 | libtest-simple-perl (>= 1.302073) Package: koha-common Architecture: all diff --git a/debian/control.in b/debian/control.in index 7704444a6d..6ee58d5fb1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -11,7 +11,7 @@ Standards-Version: 3.8.4 # There are some exceptions. Build-Depends:__AUTODEPENDS__, debhelper (>= 7.0.50), gettext, xsltproc, docbook-xsl, ttf-dejavu, - libxml2-utils, bash-completion, perl-modules-5.26 | libtest-simple-perl (>= 1.302075) + libxml2-utils, bash-completion, perl-modules-5.26 | libtest-simple-perl (>= 1.302073) Package: koha-common Architecture: all -- 2.11.0