From 30607a2e0f2cbad5a892ed6c888898038ac6ec2c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 6 Dec 2015 23:56:23 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 5 +++++ README | 4 ++-- lib/WWW/Offliberty.pm | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index be248ca..bebb9a6 100644 --- 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 2a6c17d..618f529 100644 --- 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 diff --git a/lib/WWW/Offliberty.pm b/lib/WWW/Offliberty.pm index 039534b..1163d9e 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.000'; +our $VERSION = '1.000001'; our @EXPORT_OK = qw/off/; use constant OFF_URL => 'http://offliberty.com/off02.php'; -- 2.30.2