aboutsummaryrefslogtreecommitdiffstats
path: root/emi
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-05-09 19:49:39 +0000
committerMichael Scherer <misc@mageia.org>2011-05-09 19:49:39 +0000
commit47e9ba2accf902e2ba9a27df9f55425fb0efb4c3 (patch)
tree0dcf7d7b88f9d5127fda780b640c21194dd4b779 /emi
parentebd292cd4de2f1dd23a89fe99421a9b573e5a434 (diff)
downloadiurt-47e9ba2accf902e2ba9a27df9f55425fb0efb4c3.tar
iurt-47e9ba2accf902e2ba9a27df9f55425fb0efb4c3.tar.gz
iurt-47e9ba2accf902e2ba9a27df9f55425fb0efb4c3.tar.bz2
iurt-47e9ba2accf902e2ba9a27df9f55425fb0efb4c3.tar.xz
iurt-47e9ba2accf902e2ba9a27df9f55425fb0efb4c3.zip
fix breakage due to MDK::Common removal
Diffstat (limited to 'emi')
-rwxr-xr-xemi2
1 files changed, 2 insertions, 0 deletions
diff --git a/emi b/emi
index 0298611..0b1513a 100755
--- a/emi
+++ b/emi
@@ -35,6 +35,8 @@ use Iurt::Mail qw(sendmail);
use Iurt::File qw(check_upload_tree);
use Iurt::Util qw(plog_init plog);
use Data::Dumper;
+use MDK::Common qw(cat_);
+
my %run;
my $program_name = 'emi';
$run{program_name} = $program_name;