From: Marius Gavrilescu Date: Sat, 19 Dec 2015 16:20:07 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 1.000002^0 X-Git-Url: http://git.ieval.ro/?p=www-offliberty.git;a=commitdiff_plain;h=934b4ce32f69eaf8181073fd9cd5e8372ce1100e Bump version and update Changes --- diff --git a/Changes b/Changes index 1a3b8f9..5bce435 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension WWW::Offliberty. +1.000002 2015-12-19T18:20+02:00 + - Depend on HTTP::Tiny >= 0.014 + - Add perlcritic test and make code comply + 1.000001 2015-12-06T23:56+02:00 - Bypass hotlinking protection (RT #110057) - Add some tests that attempt to catch dummy results diff --git a/lib/WWW/Offliberty.pm b/lib/WWW/Offliberty.pm index f14c0d8..a5404b6 100644 --- a/lib/WWW/Offliberty.pm +++ b/lib/WWW/Offliberty.pm @@ -4,7 +4,7 @@ use 5.008009; use strict; use warnings; use parent qw/Exporter/; -our $VERSION = '1.000001'; +our $VERSION = '1.000002'; our @EXPORT_OK = qw/off/; use constant OFF_URL => 'http://offliberty.com/off02.php';