aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorJosip Rodin <joy>2001-01-17 11:08:52 +0000
committerJosip Rodin <joy>2001-01-17 11:08:52 +0000
commit027c36b4969e50a449ae74449062d3889db23600 (patch)
tree4e69b009c84ef22b94c6590808510431d81399d7 /check_trans.pl
parent422a5cfe380f3c41a0e6b4b454deffab5e677c5c (diff)
let's try Joey's fix for MIME::Lite use
CVS version numbers check_trans.pl: 1.15 -> 1.16
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/check_trans.pl b/check_trans.pl
index 0fdac0fa0a7..9e857e0de01 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -215,6 +215,7 @@ sub get_translators_from_db {
sub init_mails {
return unless $opt_m;
+ eval q{use MIME::Lite};
foreach my $name (keys %translators) {
return if defined $translators{$name}{"msg"};
$translators{$name}{"msg"} = MIME::Lite->new(

© 2014-2024 Faster IT GmbH | imprint | privacy policy