aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-05-09 20:48:31 +0000
committerMichael Scherer <misc@mageia.org>2011-05-09 20:48:31 +0000
commitab1893799518fb000bff2d2189bde49a4cad9053 (patch)
tree821a8cc36bc1783f0261cf8eaa3795a0f3699ec2
parent385d7f9ddb3cfab98012534314d0c211760feeec (diff)
downloadiurt-ab1893799518fb000bff2d2189bde49a4cad9053.tar
iurt-ab1893799518fb000bff2d2189bde49a4cad9053.tar.gz
iurt-ab1893799518fb000bff2d2189bde49a4cad9053.tar.bz2
iurt-ab1893799518fb000bff2d2189bde49a4cad9053.tar.xz
iurt-ab1893799518fb000bff2d2189bde49a4cad9053.zip
add missing function ( and no titi, perl_checker didn't notice this one, but pterjan checker did )
-rwxr-xr-xemi1
1 files changed, 1 insertions, 0 deletions
diff --git a/emi b/emi
index 4aafffc..43ae751 100755
--- a/emi
+++ b/emi
@@ -36,6 +36,7 @@ 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::DataStructure qw(difference2);
my %run;
my $program_name = 'emi';