Fix compiler_client.pl use statement

This commit is contained in:
Pragmatic Software 2017-10-13 20:54:04 -07:00
parent 665457ff3e
commit 48b133fdce
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
use warnings; use warnings;
use strict; use strict;
use IO::Socket; use IO::Socket::INET;
use JSON; use JSON;
my $sock = IO::Socket::INET->new( my $sock = IO::Socket::INET->new(