Added encoding lib to prevent errors with PAR Packer
This commit is contained in:
parent
2ca821cc4d
commit
bc21e8cd2b
|
@ -26,6 +26,7 @@ eval "use POSIX::strftime::GNU;1" if ($^O =~ /win/i);
|
|||
use POSIX qw(strftime setsid floor);
|
||||
use MIME::Base64;
|
||||
use JSON qw(decode_json encode_json);
|
||||
use PerlIO::encoding;
|
||||
|
||||
use base 'Exporter';
|
||||
|
||||
|
|
Loading…
Reference in New Issue