]> iEval git - www-offliberty.git/blobdiff - lib/WWW/Offliberty.pm
Fix OFF_URL
[www-offliberty.git] / lib / WWW / Offliberty.pm
index f14c0d8f1d18916e9a24b1eafcad7547153e185a..01623629f69f49c9187ace2d33c85f0e98fdbfae 100644 (file)
@@ -4,10 +4,10 @@ use 5.008009;
 use strict;
 use warnings;
 use parent qw/Exporter/;
-our $VERSION = '1.000001';
+our $VERSION = '1.000002';
 our @EXPORT_OK = qw/off/;
 
-use constant OFF_URL => 'http://offliberty.com/off02.php';
+use constant OFF_URL => 'http://offliberty.com/off03.php';
 
 use HTML::TreeBuilder;
 use HTTP::Tiny;
This page took 0.022832 seconds and 4 git commands to generate.