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 <francois@debian.org>
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
Francois Marier 2011-05-06 10:01:18 -04:00 committed by Chris Cormack
parent 413f306961
commit d50d4568e2

View file

@ -479,6 +479,11 @@ our $PERL_DEPS = {
'required' => '1', 'required' => '1',
'min_ver' => '2.22', 'min_ver' => '2.22',
}, },
'Gravatar::URL' => {
'usage' => 'Photos in OPAC reviews',
'required' => '0',
'min_ver' => '1.03',
},
}; };
1; 1;