3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-12-24 19:52:34 +01: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 strict;
use IO::Socket;
use IO::Socket::INET;
use JSON;
my $sock = IO::Socket::INET->new(