Bug 6298 : Add optional dependency on Gravatar::URL 1.03
authorFrancois Marier <francois@debian.org>
Fri, 6 May 2011 14:01:18 +0000 (10:01 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 5 Jul 2011 03:01:14 +0000 (15:01 +1200)
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 <francois@debian.org>
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Installer/PerlDependencies.pm

index 576dde4..63d14a6 100644 (file)
@@ -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;