aboutsummaryrefslogtreecommitdiffstats
path: root/ulri
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-05-09 21:12:11 +0000
committerPascal Terjan <pterjan@mageia.org>2011-05-09 21:12:11 +0000
commit4915a1be32e0612f62c52307bc8e3471ff8a3ea0 (patch)
tree1e1a82da4256160d20aee11bc4f19ffbc32a72c3 /ulri
parent31897b85ad1b153269dd78bb3ce1411c0d20ee94 (diff)
downloadiurt-4915a1be32e0612f62c52307bc8e3471ff8a3ea0.tar
iurt-4915a1be32e0612f62c52307bc8e3471ff8a3ea0.tar.gz
iurt-4915a1be32e0612f62c52307bc8e3471ff8a3ea0.tar.bz2
iurt-4915a1be32e0612f62c52307bc8e3471ff8a3ea0.tar.xz
iurt-4915a1be32e0612f62c52307bc8e3471ff8a3ea0.zip
We use one more function of MDK::Common
Diffstat (limited to 'ulri')
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index db69275..85db5fb 100755
--- a/ulri
+++ b/ulri
@@ -32,7 +32,7 @@
#
use strict;
-use MDK::Common qw(cat_);
+use MDK::Common qw(cat_ if_);
use Iurt::Config qw(config_usage get_date config_init get_author_email check_arch check_noarch);
use Iurt::Process qw(check_pid);
use Iurt::File qw(check_upload_tree);