mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Merge branch 'ent-6199-error-de-encoding-en-plugintools-pm' into 'develop'
Added encoding lib to prevent errors with PAR Packer See merge request artica/pandorafms!3391
This commit is contained in:
commit
2b5eb00e6a
@ -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…
x
Reference in New Issue
Block a user