From: Marius Gavrilescu Date: Sun, 6 Dec 2015 21:56:23 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 1.000001^0 X-Git-Url: http://git.ieval.ro/?p=www-offliberty.git;a=commitdiff_plain;h=30607a2e0f2cbad5a892ed6c888898038ac6ec2c Bump version and update Changes --- 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';