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

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.2   Source   Latest Release: Net-Delicious-1.13

NAME ^

Net::Delicious::Tag - OOP for del.icio.us tag thingies

SYNOPSIS ^

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

  foreach my $tag ($del->tags()) {

      # $tag is a Net::Delicious::Tag 
      # object.

      print "$tag\n";
  }

DESCRIPTION ^

OOP for del.icio.us tag thingies.

NOTES ^

PACKAGE METHODS ^

__PACKAGE__->new(\%args) ^

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

OBJECT METHODS ^

$obj->count()

Returns an int.

$obj->tag()

Returns an string.

VERSION ^

0.2

DATE ^

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

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.