summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmailer.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/mailer.pl b/mailer.pl
index cab1509..3028b2d 100755
--- a/mailer.pl
+++ b/mailer.pl
@@ -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;