Fix OFF_URL
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 14 Jul 2016 07:11:24 +0000 (08:11 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 14 Jul 2016 07:11:42 +0000 (08:11 +0100)
Thanks Michael LaGrasta

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.011129 seconds and 4 git commands to generate.