Bump version and update Changes 1.000001
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 6 Dec 2015 21:56:23 +0000 (23:56 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 6 Dec 2015 21:56:23 +0000 (23:56 +0200)
Changes
README
lib/WWW/Offliberty.pm

diff --git a/Changes b/Changes
index be248ca249a3b7a418d7328866dd89b99daacdc2..bebb9a6ee1708c4309f8f49e6fb29071f8054703 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension WWW::Offliberty.
 
+1.000001 2015-12-06T23:56+03:00
+ - Bypass hotlinking protection
+ - Add some tests that attempt to catch dummy results
+ - Update OFF_URL and make $http global (making the module easier to jury-rig)
+
 1.000 2015-07-15T17:00+03:00
  - Replace LWP with HTTP::Tiny + Test::RequiresInternet
  - Drop perl requirement to 5.8.9+
diff --git a/README b/README
index 2a6c17dc8a5d169b16035d707e80f64410f98184..618f52937204174b6ad4435e484a9db05dc8e2ae 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-WWW-Offliberty version 1.000
-============================
+WWW-Offliberty version 1.000001
+===============================
 
 Offliberty is a service that takes a URL to some media (for example a
 YouTube video, a Vimeo video, a SoundCloud song) and returns one or
index 039534bebee8565d2c402fac97e21355e1e4a3cd..1163d9ee21f1ddc3fb2808bd403031d63c9cc717 100644 (file)
@@ -4,7 +4,7 @@ use 5.008009;
 use strict;
 use warnings;
 use parent qw/Exporter/;
-our $VERSION = '1.000';
+our $VERSION = '1.000001';
 our @EXPORT_OK = qw/off/;
 
 use constant OFF_URL => 'http://offliberty.com/off02.php';
This page took 0.012327 seconds and 4 git commands to generate.