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 2ab2e0244299c10fbaca8a7130fabd3f87cc85cb
parent 2970874c760c567016bb26f86d5a2ca730d7c4e3
Author: Paco Esteban <paco@onna.be>
Date:   Tue,  8 Sep 2015 14:37:12 +0200

we need Test::Pod

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

diff --git a/META.json b/META.json @@ -46,7 +46,8 @@ "test" : { "requires" : { "JSON" : "0", - "Test::More" : "0.96" + "Test::More" : "0.96", + "Test::Pod" : "0" } } }, diff --git a/cpanfile b/cpanfile @@ -6,5 +6,6 @@ requires 'LWP::UserAgent', '0'; on test => sub { requires 'Test::More', '0.96'; + requires 'Test::Pod', '0'; requires 'JSON', '0'; };