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 cbfeacfc0272f1d4fecefc3113e5529428772a2f
parent 2ca0e69b05ef46c6a58ac2c0ecc0b4da45618fa7
Author: Paco Esteban <paco@onna.be>
Date:   Wed, 30 Sep 2015 16:59:55 +0200

v0.1.4

Diffstat:
MChanges | 2++
MMETA.json | 6+++---
Mlib/Rarbg/torrentapi.pm | 2+-
3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes @@ -1,6 +1,8 @@ Revision history for Rarbg-torrentapi {{$NEXT}} + +v0.1.4 2015-09-30 16:59:43 CEST - Fixed tests. CPAN Testers sometimes don't have internet connection It seems last fix did not work for all. Using Test::LWP::UserAgent now. v0.1.3 2015-09-27 12:26:08 CEST diff --git a/META.json b/META.json @@ -47,9 +47,9 @@ "test" : { "requires" : { "JSON" : "0", + "Test::LWP::UserAgent" : "0", "Test::More" : "0.96", - "Test::Pod" : "0", - "Test::RequiresInternet" : "0" + "Test::Pod" : "0" } } }, @@ -65,6 +65,6 @@ "web" : "https://github.com/pacoesteban/Rarbg-torrentapi" } }, - "version" : "v0.1.3" + "version" : "v0.1.4" } diff --git a/lib/Rarbg/torrentapi.pm b/lib/Rarbg/torrentapi.pm @@ -2,7 +2,7 @@ package Rarbg::torrentapi; use strict; use 5.008_005; -our $VERSION = 'v0.1.3'; +our $VERSION = 'v0.1.4'; use LWP::UserAgent; use JSON; use Carp;