fix use Blocking.pm

This commit is contained in:
Marko Oldenburg 2017-04-18 15:23:31 +02:00
parent 83ed0ff746
commit ac43da0689

View File

@ -50,6 +50,7 @@ use IO::Socket::INET;
use Digest::SHA qw(sha1_hex);
use JSON qw(decode_json encode_json);
use Encode qw(encode_utf8);
use Blocking;