Revision history for Perl extension WWW::Offliberty.
+1.000003 2016-07-14T08:18+01:00
+ - Update OFF_URL
+ - Make OFF_URL easier to override and document this
+
1.000002 2015-12-19T18:20+02:00
- Depend on HTTP::Tiny >= 0.014
- Add perlcritic test and make code comply
-WWW-Offliberty version 1.000001
+WWW-Offliberty version 1.000003
===============================
Offliberty is a service that takes a URL to some media (for example a
use strict;
use warnings;
use parent qw/Exporter/;
-our $VERSION = '1.000002';
+our $VERSION = '1.000003';
our @EXPORT_OK = qw/off/;
our $OFF_URL = 'http://offliberty.com/off03.php';