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

Fixing dependencies

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

diff --git a/Changes b/Changes @@ -1,7 +1,7 @@ Revision history for Rarbg-torrentapi {{$NEXT}} - + - Fixed dependencies. v0.1.1 2015-09-08 18:17:02 CEST - Fixes in docs and prepare for CPAN release 0.01 2015-09-08 14:50:02 CEST diff --git a/cpanfile b/cpanfile @@ -3,6 +3,7 @@ requires 'perl', '5.008005'; requires 'Moose', '0'; requires 'JSON', '0'; requires 'LWP::UserAgent', '0'; +requires 'LWP::Protocol::https', '0'; on test => sub { requires 'Test::More', '0.96'; 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.1'; +our $VERSION = 'v0.1.2'; use LWP::UserAgent; use JSON; use Carp;