From aaea46594215c88b4459cd882f1d869faeb2e2d8 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 5 Apr 2018 10:06:37 -0300 Subject: [PATCH] Bug 20191: (QA follow-up) Require Jessie's Test::MockTime Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart --- C4/Installer/PerlDependencies.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 55db081e82..9913d77d8c 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -592,6 +592,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '1.09', }, + 'Test::MockTime' => { + usage => 'Testing suite', + required => 0, + min_ver => '0.13', + }, 'Test::More' => { 'usage' => 'Core', 'required' => '1', @@ -883,11 +888,6 @@ our $PERL_DEPS = { required => 0, min_ver => '0.52', }, - 'Test::MockTime' => { - usage => 'Testing suite', - required => 0, - min_ver => '0.17', - }, }; 1; -- 2.11.0