diff options
author | Michael Scherer <misc@mageia.org> | 2011-05-09 19:49:39 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-05-09 19:49:39 +0000 |
commit | 47e9ba2accf902e2ba9a27df9f55425fb0efb4c3 (patch) | |
tree | 0dcf7d7b88f9d5127fda780b640c21194dd4b779 /emi | |
parent | ebd292cd4de2f1dd23a89fe99421a9b573e5a434 (diff) | |
download | iurt-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-x | emi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |