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 8ac25843c88076408c39f292ff447a7c25088a02
parent 80a12f95be999dca0a6828324bf53849009dc135
Author: Paco Esteban <paco@onna.be>
Date:   Tue,  8 Sep 2015 18:16:48 +0200

preparing for release v0.1.1

Diffstat:
MChanges | 2+-
Mlib/Rarbg/torrentapi.pm | 2+-
Mlib/Rarbg/torrentapi/Error.pm | 2+-
Mlib/Rarbg/torrentapi/Res.pm | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes @@ -1,6 +1,6 @@ Revision history for Rarbg-torrentapi {{$NEXT}} - + - Fixes in docs and prepare for CPAN release 0.01 2015-09-08 14:50:02 CEST - Initial release 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 = '0.01'; +our $VERSION = 'v0.1.1'; use LWP::UserAgent; use JSON; use Carp; diff --git a/lib/Rarbg/torrentapi/Error.pm b/lib/Rarbg/torrentapi/Error.pm @@ -2,7 +2,7 @@ package Rarbg::torrentapi::Error; use strict; use 5.008_005; -our $VERSION = '0.01'; +our $VERSION = 'v0.1.1'; use Moose; has 'error' => ( diff --git a/lib/Rarbg/torrentapi/Res.pm b/lib/Rarbg/torrentapi/Res.pm @@ -2,7 +2,7 @@ package Rarbg::torrentapi::Res; use strict; use 5.008_005; -our $VERSION = '0.01'; +our $VERSION = 'v0.1.1'; use Moose; has [qw( category download info_page pubdate title)] => (