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
-WWW-Offliberty version 1.000003
+WWW-Offliberty version 1.000004
===============================
Offliberty is a service that takes a URL to some media (for example a
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,
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';
=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,