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 69ae64191c0fb09ca0f30409bf86f01b389df6d0
parent e5d924345cdc86ee9a0cc47de9eacb28ecfb5d6e
Author: Paco Esteban <paco@onna.be>
Date:   Fri, 11 Sep 2015 18:02:55 +0200

v0.1.2

Diffstat:
MChanges | 2++
MMETA.json | 3++-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes @@ -1,6 +1,8 @@ Revision history for Rarbg-torrentapi {{$NEXT}} + +v0.1.2 2015-09-11 18:02:43 CEST - Fixed dependencies. v0.1.1 2015-09-08 18:17:02 CEST - Fixes in docs and prepare for CPAN release diff --git a/META.json b/META.json @@ -38,6 +38,7 @@ "runtime" : { "requires" : { "JSON" : "0", + "LWP::Protocol::https" : "0", "LWP::UserAgent" : "0", "Moose" : "0", "perl" : "5.008005" @@ -63,6 +64,6 @@ "web" : "https://github.com/pacoesteban/Rarbg-torrentapi" } }, - "version" : "v0.1.1" + "version" : "v0.1.2" }