The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Tumblr::User

SYNOPSIS

  my $user = $tumblr->user;
  
  # as per http://www.tumblr.com/docs/en/api/v2#user-methods
  my $dashboard = $user->dashboard;
  my $likes = $user->likes(
      limit => 1,
  );

  die "booyah!" unless $dashboard or $likes;

BUGS

Please refer to WWW::Tumblr.

AUTHOR(S)

The same folks as WWW::Tumblr.

SEE ALSO

WWW::Tumblr, WWW::Tumblr::ResponseError.

COPYRIGHT and LICENSE

Same as WWW::Tumblr.