From a7f56922eb3616d5dada7dbd84ed6acc6b2f5473 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Mon, 17 May 2010 10:23:47 -0400 Subject: [PATCH] Backing down the required version of Graphics::Magick This brings the required version into line with the latest version available in the Debian and Ubuntu repos. Signed-off-by: Galen Charlton --- 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 c3eecdc461..8e269c65f1 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -202,7 +202,7 @@ our $PERL_DEPS = { 'Graphics::Magick' => { 'usage' => 'Patron Card Creator Feature', 'required' => '0', - 'min_ver' => '1.3.7' + 'min_ver' => '1.3.5' }, 'MARC::Charset' => { 'usage' => 'Core', -- 2.39.2