diff options
-rwxr-xr-x | mailer.pl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ use Path::Tiny; use Pod::Usage; use Time::HiRes qw(gettimeofday tv_interval); +# apt install cpanminus libemail-sender-perl libmce-perl libemail-stuffer-perl libpath-tiny-perl +# cpanm MCE::Shared + use open ':encoding(locale)'; @ARGV = map { decode(locale => $_, 1) } @ARGV; |