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 d3f32a04c988bc2a38f59e18b0afc2e213f6260f
parent b5f544d256469771ab762c56fe5f94d05af15bed
Author: Paco Esteban <paco@onna.be>
Date:   Sun, 27 Sep 2015 12:24:41 +0200

fixing tests, CPANTesters sometimes don't have internet connection

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

diff --git a/META.json b/META.json @@ -48,7 +48,8 @@ "requires" : { "JSON" : "0", "Test::More" : "0.96", - "Test::Pod" : "0" + "Test::Pod" : "0", + "Test::RequiresInternet" : "0" } } },