3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

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

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(