From 48b133fdcebb390b44789547bbbd5fe87eea1ca8 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 13 Oct 2017 20:54:04 -0700 Subject: [PATCH] Fix compiler_client.pl use statement --- modules/compiler_client.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/compiler_client.pl b/modules/compiler_client.pl index e2d9d034..c1304d91 100755 --- a/modules/compiler_client.pl +++ b/modules/compiler_client.pl @@ -12,7 +12,7 @@ use warnings; use strict; -use IO::Socket; +use IO::Socket::INET; use JSON; my $sock = IO::Socket::INET->new(