Actually, the version of Gravatar::URL that's in wheezy (and maybe also the
one in Squeeze) has built-in support for Libravatar:

  use Libravatar::URL;
  $avatar_url = libravatar_url(email => '[email protected]');

(see 
http://gitorious.org/libravatar/libravatar/blobs/master/contrib/perl/gravatar-url.cgi
for a more complete example in Perl)

The main advantage of using that CPAN module is that it will handle all of
the DNS federation details for you.

Francois


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to