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 3815a7426c560e16f43ac2a454704fc0c633829d
parent ecc57376ff27aa66556d994ed898aec150628fc4
Author: Paco Esteban <paco@onna.be>
Date:   Thu, 21 Nov 2019 20:38:58 +0100

v0.2.0

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

diff --git a/Changes b/Changes @@ -2,6 +2,10 @@ Revision history for Rarbg-torrentapi {{$NEXT}} +v0.2.0 2019-11-21 20:38:29 CET + - `title` can be null. Than breaks type validation. API docs are not + so good ... + v0.1.10 2019-11-15 18:17:21 CET - fix: an error is returned if search finds only 1 result. Thanks to Hoffy Can. diff --git a/META.json b/META.json @@ -65,7 +65,7 @@ "web" : "https://github.com/pacoesteban/Rarbg-torrentapi" } }, - "version" : "v0.1.10", + "version" : "v0.2.0", "x_contributors" : [ "Baptiste C <baptistecdr@users.noreply.github.com>", "Hoffy Can <hoffy@hoffyland.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.10'; +our $VERSION = 'v0.2.0'; use LWP::UserAgent; use JSON; use Carp;