Debbugs::Libravatar
Libravatar service handler (mod_perl)
- Provided by: libdebbugs-perl (Version: 2.6.0ubuntu1)
- Source: debbugs
- Report a bug
Libravatar service handler (mod_perl)
<Location /libravatar>
SetHandler perl-script
PerlResponseHandler Debbugs::Libravatar </Location>
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.
None known.
$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.