Debbugs::Libravatar -- Libravatar service handler (mod_perl)
Contents
Bugs
None known.
retrieve_libravatar
$cache_location = retrieve_libravatar(location => $cache_location,
email => lc($param{email}),
);
Returns the cache location where a specific avatar can be loaded. If there isn't a matching avatar,
or there is an error, returns undef.
perl v5.40.1 2025-02-24 Debbugs::Libravatar(3pm)
Description
Debbugs::Libravatar is a libravatar service handler which will serve libravatar requests. It also
contains utility routines which are used by the libravatar.cgi script for those who do not have mod_perl.
Name
Debbugs::Libravatar -- Libravatar service handler (mod_perl)
Synopsis
<Location /libravatar>
SetHandler perl-script
PerlResponseHandler Debbugs::Libravatar </Location>
