From 925cdb7df809bfa4c49573a65a457143c220a5a5 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 15 Jul 2015 17:00:03 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 5 +++++ README | 2 +- lib/WWW/Offliberty.pm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index e9c6cdf..be248ca 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension WWW::Offliberty. +1.000 2015-07-15T17:00+03:00 + - Replace LWP with HTTP::Tiny + Test::RequiresInternet + - Drop perl requirement to 5.8.9+ + - Improve documentation + 0.002 2014-05-04T09:14+03:00 - Update service URL - Use LWP::Online in network test diff --git a/README b/README index dfe68b4..2a6c17d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -WWW-Offliberty version 0.002 +WWW-Offliberty version 1.000 ============================ Offliberty is a service that takes a URL to some media (for example a diff --git a/lib/WWW/Offliberty.pm b/lib/WWW/Offliberty.pm index d7a407a..7b658f0 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 = '0.002'; +our $VERSION = '1.000'; our @EXPORT_OK = qw/off/; use constant OFF_URL => 'http://offliberty.com/off54.php'; -- 2.30.2