From 121ecfa49ab23cf8c362d6b53dd6cf8c0f23fc89 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 14 Jul 2016 08:11:24 +0100 Subject: [PATCH] Fix OFF_URL Thanks Michael LaGrasta --- lib/WWW/Offliberty.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WWW/Offliberty.pm b/lib/WWW/Offliberty.pm index a5404b6..0162362 100644 --- a/lib/WWW/Offliberty.pm +++ b/lib/WWW/Offliberty.pm @@ -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; -- 2.30.2