~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to contrib/perl/gravatar-url.cgi

  • Committer: Francois Marier
  • Date: 2011-07-06 09:34:52 UTC
  • Revision ID: git-v1:ddfe223e2ed26781855c04a0e9d87b74e47bc7a6
contrib: clearly identify each of the tested libraries

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#  ln -s ~/devel/remote/gravatar_url/lib/Libravatar /var/www/
10
10
 
11
11
print "Content-type: text/html\n\n";
 
12
print "<h1>Libravatar::URL</h1>";
12
13
 
13
14
use Libravatar::URL;
14
15