From 415c6cf56354e88ada0bd3986166461111f65cd6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 31 Jul 2012 16:21:49 +0200 Subject: [PATCH] Bug 7167: Add dependency File::Find::Rule Content-Type: text/plain; charset="utf-8" Signed-off-by: Paul Poulain --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 71f35d4..d1d893b 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -629,6 +629,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '1.09', }, + 'File::Find::Rule' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '0.33', + }, }; 1; -- 1.7.9.5