aboutsummaryrefslogtreecommitdiffstats
path: root/emi
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-05-09 20:59:20 +0000
committerPascal Terjan <pterjan@mageia.org>2011-05-09 20:59:20 +0000
commit43ea1e6885c590f96a3dbc418584790b3a2e951d (patch)
tree131b4e179d2f207e00bef455d57206a7bcb4a380 /emi
parentab1893799518fb000bff2d2189bde49a4cad9053 (diff)
downloadiurt-43ea1e6885c590f96a3dbc418584790b3a2e951d.tar
iurt-43ea1e6885c590f96a3dbc418584790b3a2e951d.tar.gz
iurt-43ea1e6885c590f96a3dbc418584790b3a2e951d.tar.bz2
iurt-43ea1e6885c590f96a3dbc418584790b3a2e951d.tar.xz
iurt-43ea1e6885c590f96a3dbc418584790b3a2e951d.zip
We use one more function of MDK::Common
Diffstat (limited to 'emi')
-rwxr-xr-xemi2
1 files changed, 1 insertions, 1 deletions
diff --git a/emi b/emi
index 43ae751..dc49a19 100755
--- a/emi
+++ b/emi
@@ -35,7 +35,7 @@ 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_);
+use MDK::Common qw(cat_ if_);
use MDK::Common::DataStructure qw(difference2);
my %run;