Bump version and update Changes master 1.000008
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Apr 2018 17:35:01 +0000 (20:35 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Apr 2018 17:35:01 +0000 (20:35 +0300)
Changes
README
lib/WWW/Offliberty.pm

diff --git a/Changes b/Changes
index 5c7169b1cf76d127da0a073a6e90c169a615f4e1..94d31ac1967386a45f47549c954467b5aac2e1a2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension WWW::Offliberty.
 
+1.000008 2018-04-07T20:35+03:00
+ - Relax test because Offliberty no longer seems to return audio files
+
 1.000007 2017-10-21T17:20+01:00
  - Change OFF_URL to use new version of Offliberty (as old version was
    shut down)
diff --git a/README b/README
index 0287e1e9b27fb3f0265ebf8f329eaeaf7cc667a6..95a31c80bd98d99e624735020456f5f6a5f73c6f 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-WWW-Offliberty version 1.000007
+WWW-Offliberty version 1.000008
 ===============================
 
 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-2017 by Marius Gavrilescu
+Copyright (C) 2013-2018 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,
index ea69374ae452434edf64a6627d826c1348873ff2..c08dd646c4b4525c0e8f665726b2f8b20b0e9cae 100644 (file)
@@ -4,7 +4,7 @@ use 5.008009;
 use strict;
 use warnings;
 use parent qw/Exporter/;
-our $VERSION = '1.000007';
+our $VERSION = '1.000008';
 our @EXPORT_OK = qw/off/;
 
 our $OFF_URL = 'http://offliberty.com/off04.php';
@@ -71,7 +71,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2013-2017 by Marius Gavrilescu
+Copyright (C) 2013-2018 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,
This page took 0.013034 seconds and 4 git commands to generate.