From d50d4568e26cbf681430ea8aa9fd1c4073e4dc57 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Fri, 6 May 2011 10:01:18 -0400 Subject: [PATCH] Bug 6298 : Add optional dependency on Gravatar::URL 1.03 This CPAN module is needed for the ShowReviewerPhoto functionality. Unfortunately the version in Squeeze (1.02) is not sufficient so it has to be installed from CPAN: sudo apt-get install libnet-dns-perl libtest-warn-perl sudo cpan Gravatar::URL Signed-off-by: Francois Marier Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 576dde4469..63d14a65a7 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -479,6 +479,11 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '2.22', }, + 'Gravatar::URL' => { + 'usage' => 'Photos in OPAC reviews', + 'required' => '0', + 'min_ver' => '1.03', + }, }; 1; -- 2.11.0