The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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/2008/01/shut-the-fuck-up-and-just-be-chaos.html";
  # you will have 5 stars
  $star->stars({ uri => $uri, count => 5 });

DESCRIPTION

WWW::HatenaStar is perl interface to Hatena::Star.

AUTHOR

woremacx <woremacx at cpan dot org>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

1 POD Error

The following errors were encountered while parsing the POD:

Around line 125:

=over without closing =back