diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-05-09 21:12:11 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-05-09 21:12:11 +0000 |
commit | 4915a1be32e0612f62c52307bc8e3471ff8a3ea0 (patch) | |
tree | 1e1a82da4256160d20aee11bc4f19ffbc32a72c3 /ulri | |
parent | 31897b85ad1b153269dd78bb3ce1411c0d20ee94 (diff) | |
download | iurt-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-x | ulri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |