Bump version and update Changes 1.000
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 15 Jul 2015 14:00:03 +0000 (17:00 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 15 Jul 2015 14:00:03 +0000 (17:00 +0300)
Changes
README
lib/WWW/Offliberty.pm

diff --git a/Changes b/Changes
index e9c6cdfc13140c8cacde188cfd08023fee27660a..be248ca249a3b7a418d7328866dd89b99daacdc2 100644 (file)
--- 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 dfe68b4c6667830551fc177bf6e6bcc2b60a58ee..2a6c17dc8a5d169b16035d707e80f64410f98184 100644 (file)
--- 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
index d7a407af2e281ab1aba1cadd2f5a57378d7af52c..7b658f0978f8aca64107843298ae464d2371b269 100644 (file)
@@ -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';
This page took 0.011811 seconds and 4 git commands to generate.