However, the version now in the koha debian repositories should work (it's at 1.04.)
Francois Marier schreef op zo 08-05-2011 om 11:20 [+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 <[email protected]> > --- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/C4/Installer/PerlDependencies.pm > b/C4/Installer/PerlDependencies.pm > index 576dde4..63d14a6 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; -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
