From: Chris Cormack Date: Tue, 23 Sep 2014 05:23:08 +0000 (+1200) Subject: Bug 12538: FOLLOW UP Remove Moose from the list of dependencies X-Git-Tag: v3.18.00-beta~438 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=6f3741f69f052f74b3f66eccb35b646f8337e732;p=srvgit Bug 12538: FOLLOW UP Remove Moose from the list of dependencies Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 532a16a452..a02771fed9 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -607,11 +607,6 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '2.13', }, - 'Moose' => { - 'usage' => 'Core', - 'required' => '0', - 'min_ver' => '1.09', - }, 'String::Random' => { 'usage' => 'OpacSelfRegistration', 'required' => '1',