Gravatar::URL

Make URLs for Gravatars from an email address

perl6-Gravatar-URL - Make URLs for Gravatars from an email address

SYNOPSIS

use Gravatar::URL;

my $gravatar_id = gravatar_id('[email protected]'); # 'a60fc0828e808b9a6a9d50f1792240c8'

my $gravator_url = gravatar_url(
    :email<[email protected]>,
    :size<32>
);

my $gravator_url = gravatar_url(
    :email<[email protected]>,
    default => '/local.png',
    :rating<R>,
    :size<80>,
    :short_keys<0>,
    :https<1>
);

DESCRIPTION

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.