From fe6e30a1e7eff52ae88878a037eb4a617014694a Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 1 Nov 2012 11:56:40 -0400 Subject: [PATCH] Bug 8636: add dependency on File::Slurp The command line scripts misc/migration_tools/koha-svc.pl and misc/load_testing/benchmark_webservices.pl require the File::Slurp Perl library. --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index abd8b65..0cfdddc 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -624,6 +624,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '2.13', }, + 'File::Slurp' => { + 'usage' => 'Command line scripts', + 'required' => '0', + 'min_ver' => '9999.13', + }, 'Moose' => { 'usage' => 'Core', 'required' => '0', -- 1.7.9.5