Fix OFF_URL
[www-offliberty.git] / lib / WWW / Offliberty.pm
index a5404b62893931281c055c68236493971fa99b80..01623629f69f49c9187ace2d33c85f0e98fdbfae 100644 (file)
@@ -7,7 +7,7 @@ use parent qw/Exporter/;
 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.009088 seconds and 4 git commands to generate.