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 ebbcac8e89556ddce9f94104d69b7bac281e9b1d
parent 33dc3c07ec87edc6be1252b1159d90b63fe16e70
Author: Paco Esteban <paco@onna.be>
Date:   Wed, 21 Mar 2018 16:16:59 +0100

v0.1.6

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.6 2018-03-21 16:16:44 CET - Torrentapi now needs app_id. v0.1.5 2017-09-10 18:16:16 CEST diff --git a/META.json b/META.json @@ -4,7 +4,7 @@ "Paco Esteban <paco@onna.be>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -65,10 +65,10 @@ "web" : "https://github.com/pacoesteban/Rarbg-torrentapi" } }, - "version" : "v0.1.5", + "version" : "v0.1.6", "x_contributors" : [ "Baptiste C <baptistecdr@users.noreply.github.com>" ], - "x_serialization_backend" : "Cpanel::JSON::XS version 3.0231" + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239" } 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.5'; +our $VERSION = 'v0.1.6'; use LWP::UserAgent; use JSON; use Carp;