Bug 20191: (QA follow-up) Require Jessie's Test::MockTime
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 5 Apr 2018 13:06:37 +0000 (10:06 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 5 Apr 2018 13:10:04 +0000 (10:10 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Installer/PerlDependencies.pm

index 55db081..9913d77 100644 (file)
@@ -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;