diff options
author | Pascal Terjan <pterjan@mageia.org> | 2018-10-14 23:18:25 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2018-10-14 23:18:25 +0000 |
commit | 8258dcc8fd346aa2036a1fc469c41dfca2274f5d (patch) | |
tree | 451c6c18ac2b1b504fbfac5e63b857ae3a1b34d1 /ulri | |
parent | 5fa768e2ba6469d17d2cf60b18c5ec661cbe5c4f (diff) | |
download | iurt-8258dcc8fd346aa2036a1fc469c41dfca2274f5d.tar iurt-8258dcc8fd346aa2036a1fc469c41dfca2274f5d.tar.gz iurt-8258dcc8fd346aa2036a1fc469c41dfca2274f5d.tar.bz2 iurt-8258dcc8fd346aa2036a1fc469c41dfca2274f5d.tar.xz iurt-8258dcc8fd346aa2036a1fc469c41dfca2274f5d.zip |
Add missing import0.7.7
Diffstat (limited to 'ulri')
-rwxr-xr-x | ulri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ use strict; use MDK::Common qw(any cat_ if_ find); -use Iurt::Config qw(config_usage get_date config_init get_author_email check_arch check_noarch get_target_arch); +use Iurt::Config qw(config_usage get_date config_init get_author_email check_arch check_noarch get_target_arch get_mandatory_arch); use Iurt::File qw(create_file); use Iurt::Process qw(check_pid); use Iurt::Queue qw(check_if_mandatory_arch_failed cleanup_failed_build get_upload_tree_state); |