Corrected JSON perl library name
This commit is contained in:
parent
dfba6dc768
commit
8a9da8c3c1
1 changed files with 1 additions and 1 deletions
2
ddclient
2
ddclient
|
@ -25,7 +25,7 @@ use strict;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
use Sys::Hostname;
|
use Sys::Hostname;
|
||||||
use IO::Socket;
|
use IO::Socket;
|
||||||
use JSON::ANY;
|
use JSON::Any;
|
||||||
|
|
||||||
# my ($VERSION) = q$Revision: 161 $ =~ /(\d+)/;
|
# my ($VERSION) = q$Revision: 161 $ =~ /(\d+)/;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue