From 8a9da8c3c1ce07c75f6dc4319960e4f16b2fa0f7 Mon Sep 17 00:00:00 2001 From: Robert Ian Hawdon Date: Fri, 3 Oct 2014 21:09:31 +0100 Subject: [PATCH] Corrected JSON perl library name --- ddclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient b/ddclient index e1d8bcb..ce8b200 100755 --- a/ddclient +++ b/ddclient @@ -25,7 +25,7 @@ use strict; use Getopt::Long; use Sys::Hostname; use IO::Socket; -use JSON::ANY; +use JSON::Any; # my ($VERSION) = q$Revision: 161 $ =~ /(\d+)/;