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 665b398abb782ccde9009c2a1e02c4e0713b3bf6
parent 88ae9d113f6968189a7616400b3fe133cadcabd9
Author: Paco Esteban <paco@onna.be>
Date:   Sun, 27 Sep 2015 12:26:25 +0200

v0.1.3

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

diff --git a/Changes b/Changes @@ -1,6 +1,8 @@ Revision history for Rarbg-torrentapi {{$NEXT}} + +v0.1.3 2015-09-27 12:26:08 CEST - Fixed tests. CPAN Testers sometimes don't have internet connection Using Test::RequiresInternet v0.1.2 2015-09-11 18:02:43 CEST diff --git a/META.json b/META.json @@ -65,6 +65,6 @@ "web" : "https://github.com/pacoesteban/Rarbg-torrentapi" } }, - "version" : "v0.1.2" + "version" : "v0.1.3" } 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.2'; +our $VERSION = 'v0.1.3'; use LWP::UserAgent; use JSON; use Carp;