mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-12 04:52:37 +01:00
Fix compiler_client.pl use statement
This commit is contained in:
parent
665457ff3e
commit
48b133fdce
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user