1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: libnet-trac-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libdatetime-perl, liburi-perl,
libwww-mechanize-perl (>= 1.52), libtext-csv-perl, libwww-perl,
libparams-validate-perl, libany-moose-perl, liblingua-en-inflect-perl,
libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christine Spang <christine@debian.org>, Ryan Niebur <ryan@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Net-Trac/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-trac-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-trac-perl
Package: libnet-trac-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl, liburi-perl,
libwww-mechanize-perl (>= 1.52), libtext-csv-perl, libwww-perl,
libparams-validate-perl, libany-moose-perl, liblingua-en-inflect-perl
Description: Perl client library for Trac
Net::Trac is simple client library for a remote Trac instance. Because
Trac doesn't provide a web services API, this module currently "fakes"
an RPC interface around Trac's webforms and the feeds it exports.
Because of this, it's somewhat more brittle than a true RPC client would
be.
.
As of now, this module has been tested against Trac 10.4 and Trac 11.0.
.
The author's needs for this module are somewhat modest and its current
featureset reflects this. Right now, only basic read/write functionality
for Trac's tickets is provided.
|