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 047e3fc61d17a70d45bc4b8819a3ed4fe4b9239e
parent e07e921857581fe1d9966a623bdaaab750fc5eef
Author: Paco Esteban <paco@onna.be>
Date:   Sun, 10 Sep 2017 18:16:23 +0200

v0.1.5

Diffstat:
MBuild.PL | 2+-
MChanges | 2++
MMETA.json | 18+++++++++++-------
MREADME.md | 2+-
Mlib/Rarbg/torrentapi.pm | 2+-
5 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/Build.PL b/Build.PL @@ -1,4 +1,4 @@ -# This Build.PL for Rarbg-torrentapi was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.014. +# This Build.PL for Rarbg-torrentapi was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015. use strict; use warnings; diff --git a/Changes b/Changes @@ -1,6 +1,8 @@ Revision history for Rarbg-torrentapi {{$NEXT}} + +v0.1.5 2017-09-10 18:16:16 CEST - PR #1 --> Fix ranked attribute. by baptistecdr v0.1.4 2015-09-30 16:59:43 CEST diff --git a/META.json b/META.json @@ -4,7 +4,7 @@ "Paco Esteban <paco@onna.be>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.039, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001", + "generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150005", "license" : [ "perl_5" ], @@ -15,12 +15,12 @@ "name" : "Rarbg-torrentapi", "no_index" : { "directory" : [ - "t", - "xt", + "eg", + "examples", "inc", "share", - "eg", - "examples" + "t", + "xt" ] }, "prereqs" : { @@ -31,7 +31,7 @@ }, "develop" : { "requires" : { - "Dist::Milla" : "v1.0.15", + "Dist::Milla" : "v1.0.18", "Test::Pod" : "1.41" } }, @@ -65,6 +65,10 @@ "web" : "https://github.com/pacoesteban/Rarbg-torrentapi" } }, - "version" : "v0.1.4" + "version" : "v0.1.5", + "x_contributors" : [ + "Baptiste C <baptistecdr@users.noreply.github.com>" + ], + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0231" } diff --git a/README.md b/README.md @@ -101,7 +101,7 @@ Makes a call to the API in 'list' mode. It returns either a Rarbg::torrentapi::E # AUTHOR -Paco Esteban &lt;paco@onna.be> +Paco Esteban <paco@onna.be> # COPYRIGHT 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.4'; +our $VERSION = 'v0.1.5'; use LWP::UserAgent; use JSON; use Carp;