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:
parent
665457ff3e
commit
48b133fdce
@ -12,7 +12,7 @@
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
use IO::Socket;
|
||||
use IO::Socket::INET;
|
||||
use JSON;
|
||||
|
||||
my $sock = IO::Socket::INET->new(
|
||||
|
Loading…
Reference in New Issue
Block a user