Added encoding lib to prevent errors with PAR Packer

This commit is contained in:
Kevin 2020-07-30 13:20:00 +02:00
parent 2ca821cc4d
commit bc21e8cd2b
1 changed files with 1 additions and 0 deletions

View File

@ -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';