From: Marius Gavrilescu Date: Fri, 27 Jan 2017 16:34:05 +0000 (+0000) Subject: Bump version and update Changes X-Git-Tag: 1.000004^0 X-Git-Url: http://git.ieval.ro/?p=www-offliberty.git;a=commitdiff_plain;h=f4b0666e499a5a576456e790ec70007528bd7662 Bump version and update Changes --- diff --git a/Changes b/Changes index 8329773..b403ad6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension WWW::Offliberty. +1.000004 2017-01-27T16:34+00:00 + - Change test video as previous test video was deleted, making tests fail + 1.000003 2016-07-14T08:18+01:00 - Update OFF_URL - Make OFF_URL easier to override and document this diff --git a/README b/README index d808eff..996d2ce 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -WWW-Offliberty version 1.000003 +WWW-Offliberty version 1.000004 =============================== Offliberty is a service that takes a URL to some media (for example a @@ -30,7 +30,7 @@ This module requires these other modules and libraries: COPYRIGHT AND LICENCE -Copyright (C) 2013-2015 by Marius Gavrilescu +Copyright (C) 2013-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.1 or, diff --git a/lib/WWW/Offliberty.pm b/lib/WWW/Offliberty.pm index d9bd33f..ebbc97e 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.000003'; +our $VERSION = '1.000004'; our @EXPORT_OK = qw/off/; our $OFF_URL = 'http://offliberty.com/off03.php'; @@ -71,7 +71,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2013-2015 by Marius Gavrilescu +Copyright (C) 2013-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.1 or,