From 718a91999bc9386a59d49f594f9b026d975352e6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 3 Oct 2017 12:37:14 -0300 Subject: [PATCH] Bug 18993: Bump Test::More to 1.302075 Signed-off-by: Julian Maurice --- C4/Installer/PerlDependencies.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 3cacafc756..e0a390b5bf 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' => '0.8' + 'min_ver' => '1.302075' }, 'Test::Strict' => { 'usage' => 'Core', -- 2.11.0