https://github.com/zag/p5-net-rtorrent
Perl interface to rtorrent via XML-RPC
https://github.com/zag/p5-net-rtorrent
Last synced: about 2 months ago
JSON representation
Perl interface to rtorrent via XML-RPC
- Host: GitHub
- URL: https://github.com/zag/p5-net-rtorrent
- Owner: zag
- Created: 2015-12-04T20:31:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T20:31:43.000Z (over 9 years ago)
- Last Synced: 2025-04-14T20:17:47.455Z (about 2 months ago)
- Language: Perl
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installDEPENDENCIES
This module requires Perl 5.005 or greater and libraries:
* RPC::XML
* CollectionAUTHOR
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.