Bump version and update Changes 1.000002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 19 Dec 2015 16:20:07 +0000 (18:20 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 19 Dec 2015 16:20:07 +0000 (18:20 +0200)
Changes
lib/WWW/Offliberty.pm

diff --git a/Changes b/Changes
index 1a3b8f9a2a036f5bb7c8280a79f7da156a9c6a42..5bce435c0ee652bbb909e577a7cc7da567e10a18 100644 (file)
--- 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
index f14c0d8f1d18916e9a24b1eafcad7547153e185a..a5404b62893931281c055c68236493971fa99b80 100644 (file)
@@ -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';
This page took 0.011988 seconds and 4 git commands to generate.