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:
parent
413f306961
commit
d50d4568e2
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue