From 934b4ce32f69eaf8181073fd9cd5e8372ce1100e Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 19 Dec 2015 18:20:07 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ lib/WWW/Offliberty.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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'; -- 2.30.2