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 95038b6591807ffa76d542e7ddd41488390a6e2d
parent 962efcca978f385d249e085a5662c0c8e413ff93
Author: Paco Esteban <paco@onna.be>
Date:   Thu, 22 Mar 2018 13:32:08 +0100

v0.1.7

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.7 2018-03-22 13:31:57 CET - torrentapi time request limit was making the module crash ... Also, the token validity is better tested now. diff --git a/META.json b/META.json @@ -65,7 +65,7 @@ "web" : "https://github.com/pacoesteban/Rarbg-torrentapi" } }, - "version" : "v0.1.6", + "version" : "v0.1.7", "x_contributors" : [ "Baptiste C <baptistecdr@users.noreply.github.com>" ], 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.6'; +our $VERSION = 'v0.1.7'; use LWP::UserAgent; use JSON; use Carp;