[Koha-patches] [PATCH 2/2] Backing down the required version of Graphics::Magick

Chris Nighswonger cnighswonger at foundations.edu
Mon May 17 16:23:47 CEST 2010


This brings the required version into line with the latest version available in the Debian and Ubuntu repos.
---
 C4/Installer/PerlDependencies.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm
index c3eecdc..8e269c6 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',
-- 
1.7.0.4




More information about the Koha-patches mailing list