Bug 12538: FOLLOW UP Remove Moose from the list of dependencies
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 23 Sep 2014 05:23:08 +0000 (17:23 +1200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sat, 11 Oct 2014 19:59:13 +0000 (16:59 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

C4/Installer/PerlDependencies.pm

index 532a16a..a02771f 100644 (file)
@@ -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',