Net::Delicious::Simple 0.01 review

Download
by rbytes.net on

Net::Delicious::Simple is a Net::Delicious for backups. SYNOPSIS use Net::Delicious::Simple; my $del = Net::Delicious->new(u

License: Perl Artistic License
File size: 2K
Developer: Ricardo SIGNES
0 stars award from rbytes.net

Net::Delicious::Simple is a Net::Delicious for backups.

SYNOPSIS

use Net::Delicious::Simple;
my $del = Net::Delicious->new(user => 'plki', pswd => 'secret');

print "$_->{href}n" for $del->all_posts;
__top

If you want to do anything interesting with del.icio.us automation, you probably want the Net::Delicious manpage. It's good. This module is not. It's just here to return all of your tags or posts as a basic Perl data structure.

This makes it very easy to store that structure using existing dumpers. In fact, it only exists to power delbackup, which dumps to YAML or Netscape::Bookmarks.

Requirements:
Perl

Net::Delicious::Simple 0.01 search tags