API-Assembla
view release on metacpan or search on metacpan
README.mkdn view on Meta::CPAN
# NAME
API::Assembla - Access to Assembla API via Perl.
# VERSION
version 0.03
# UNDER CONSTRUCTION
API::Assembla is not feature-complete. It's a starting point. The Assembla
API has LOTS of stuff that this module does not yet contain. These features
will be added as needed by the author or as gifted by thoughtful folks who
write patches! ;)
# SYNOPSIS
use API::Assembla;
my $api = API::Asembla->new(
username => $username,
password => $password
lib/API/Assembla.pm view on Meta::CPAN
=head1 NAME
API::Assembla - Access to Assembla API via Perl.
=head1 VERSION
version 0.03
=head1 UNDER CONSTRUCTION
API::Assembla is not feature-complete. It's a starting point. The Assembla
API has LOTS of stuff that this module does not yet contain. These features
will be added as needed by the author or as gifted by thoughtful folks who
write patches! ;)
=head1 SYNOPSIS
use API::Assembla;
my $api = API::Asembla->new(
username => $username,
password => $password
( run in 0.325 second using v1.01-cache-2.11-cpan-4d50c553e7e )