Rarbg-torrentapi

Perl Module to interact with https://torrentapi.org
git clone https://git.e1e0.net/Rarbg-torrentapi.git
Log | Files | Refs | README | LICENSE

commit e74413ad245357879ebf88f1c2d6316bf52e2308
parent f2125525e155737bc7a69fb6b7af26cb8437634d
Author: Paco Esteban <paco@onna.be>
Date:   Mon,  7 Sep 2015 13:47:19 +0200

basic passing tests

Diffstat:
Mt/basic.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/basic.t b/t/basic.t @@ -5,7 +5,7 @@ BEGIN { use_ok('Rarbg::torrentapi'); } -can_ok('Rarbg::torrentapi', qw( new search_torrent )); +can_ok('Rarbg::torrentapi', qw( new search list )); my %attr = ( );