Corrected JSON perl library name

This commit is contained in:
Robert Ian Hawdon 2014-10-03 21:09:31 +01:00
parent dfba6dc768
commit 8a9da8c3c1

View file

@ -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+)/;