资 源 简 介
Please see the new Net::Identica Perl module which obsoletes this module
NAME
Net::Laconica - Perl extension for fetching from, and sending
notices/messages to Laconica instances
VERSION
Version 0.08
SYNOPSIS
```
use Net::Laconica;
my $identi = Net::Laconica->new(
uri => "http://identi.ca/",
username => "alanhaggai",
password => "topsecret"
);
print map { $_, "
" } $identi->fetch;
```
DESCRIPTION
This module is designed to support fetching and sending messages to
Laconica instances.
METHODS
The implemented methods are:
new
Returns a ble