Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zag/p5-net-rtorrent

Perl interface to rtorrent via XML-RPC
https://github.com/zag/p5-net-rtorrent

Last synced: 10 days ago
JSON representation

Perl interface to rtorrent via XML-RPC

Awesome Lists containing this project

README

        

#$Id$

Net::RTorrent
========================

Net::RTorrent - Perl interface to rtorrent via XML-RPC.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires Perl 5.005 or greater and libraries:

* RPC::XML
* Collection

AUTHOR

Zahatski Aliaksandr
[email protected]

COPYRIGHT AND LICENCE

Copyright (C) 2008 Zahatski Aliaksandr

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.