Aaron Straup Cope > Net-Delicious-0.4 > Net::Delicious::User

Download:
Net-Delicious-0.4.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Module Version: 0.1   Source   Latest Release: Net-Delicious-1.13

NAME ^

Net::Delicious::User - OOP for del.icio.us user thingies

SYNOPSIS ^

  use Net::Delicious;
  my $del = Net::Delicious->new({...});

  foreach my $post ($del->recent_posts()) {

      my $user = $post->user();
      print $user->name()."\n";
  }

DESCRIPTION ^

OOP for del.icio.us user thingies.

NOTES ^

PACKAGE METHODS ^

__PACKAGE__->new(\%args) ^

Returns a Net::Delicious::User object. Woot!

OBJECT METHODS ^

$obj->name()

Returns an string.

VERSION ^

0.1

DATE ^

$Date: 2004/03/04 14:45:46 $

AUTHOR ^

Aaron Straup Cope <ascope@cpan.org>

SEE ALSO ^

Net::Delicious

LICENSE ^

Copyright (c) 2004 Aaron Straup Cope. All rights reserved.

This is free software, you may use it and distribute it under the same terms as Perl itself.