Skip Menu |

This queue is for tickets about the Template-Plugin-Gravatar CPAN distribution.

Report information
The Basics
Id: 118002
Status: new
Priority: 0/
Queue: Template-Plugin-Gravatar

People
Owner: Nobody in particular
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.10
Fixed in: (no value)



Doesn't verify that the given e-mail address has a Gravatar record. Intuitively you'd expect this to work, but it doesn't: [% USE Gravatar %] [% avatar = Gravatar(email => 'foo@example.com') %] [% IF avatar %] <br><img src="[% avatar | html %]&s=150" alt="Gravatar image" height="150" width="150"> [% END %]