From: Marius Gavrilescu Date: Sat, 21 Oct 2017 16:14:55 +0000 (+0100) Subject: Change OFF_URL to new version X-Git-Tag: 1.000007~1 X-Git-Url: http://git.ieval.ro/?p=www-offliberty.git;a=commitdiff_plain;h=d033d08c8dd95e9157b397c3968aae0658022bc6 Change OFF_URL to new version --- diff --git a/lib/WWW/Offliberty.pm b/lib/WWW/Offliberty.pm index 0edd0ef..031d7c1 100644 --- a/lib/WWW/Offliberty.pm +++ b/lib/WWW/Offliberty.pm @@ -7,7 +7,7 @@ use parent qw/Exporter/; our $VERSION = '1.000006'; our @EXPORT_OK = qw/off/; -our $OFF_URL = 'http://offliberty.com/off03.php'; +our $OFF_URL = 'http://offliberty.com/off04.php'; use HTML::TreeBuilder; use HTTP::Tiny;