Bug 16695: Require Exception::Class 1.38 instead of 1.39
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 8 Jun 2016 13:52:04 +0000 (14:52 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 10 Jun 2016 17:08:20 +0000 (17:08 +0000)
Looking at
http://cpansearch.perl.org/src/DROLSKY/Exception-Class-1.40/Changes
there is no need to require 1.39

Signed-off-by: Jacek Ablewicz <abl@biblos.pk.edu.pl>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

C4/Installer/PerlDependencies.pm

index d84b51c..8302995 100644 (file)
@@ -101,8 +101,8 @@ our $PERL_DEPS = {
     },
     'Exception::Class' => {
         'usage'    => 'Core',
-        'required' => '1.39',
-        'min_ver'  => '1.39'
+        'required' => '1.38',
+        'min_ver'  => '1.38'
     },
     'HTML::Scrubber' => {
         'usage'    => 'Core',