NAME
WWW::HatenaStar - perl interface to Hatena::Star
SYNOPSIS
use WWW::HatenaStar;
my $conf = { username => "woremacx", password => "vagina" };
my $star = WWW::HatenaStar->new({ config => $conf });
my $uri = "http://blog.woremacx.com/";
# you will have 5 stars
my $res = $star->stars({
uri => $uri,
quote => "woremacx++",
count => 5,
});
unless ($res) {
die "WWW::HatenaStar complains : " . $star->error;
}
DESCRIPTION
WWW::HatenaStar is perl interface to Hatena::Star.
AUTHOR
woremacx <woremacx at cpan dot org>
THANKS
dann (cpanid: kitano)
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Hatena::Star (Japanese)
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 194:
=over without closing =back