diff options
author | Olivier Blin <dev@blino.org> | 2016-11-24 13:27:09 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-11-24 13:27:09 +0000 |
commit | e25899465808ac13ed6ce60ef6dccb0b932f9337 (patch) | |
tree | 67d7867047dfa8bd65a15e7827bb653a580a2a50 /lib/Iurt/Queue.pm | |
parent | 5df7c6f90fd6ad53df1ad39e2ea383be543f4ba1 (diff) | |
download | iurt-e25899465808ac13ed6ce60ef6dccb0b932f9337.tar iurt-e25899465808ac13ed6ce60ef6dccb0b932f9337.tar.gz iurt-e25899465808ac13ed6ce60ef6dccb0b932f9337.tar.bz2 iurt-e25899465808ac13ed6ce60ef6dccb0b932f9337.tar.xz iurt-e25899465808ac13ed6ce60ef6dccb0b932f9337.zip |
Extract get_target_arch helper
Diffstat (limited to 'lib/Iurt/Queue.pm')
-rw-r--r-- | lib/Iurt/Queue.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Queue.pm b/lib/Iurt/Queue.pm index d065713..3fc40bd 100644 --- a/lib/Iurt/Queue.pm +++ b/lib/Iurt/Queue.pm @@ -3,7 +3,7 @@ package Iurt::Queue; use base qw(Exporter); use File::Copy 'move'; use File::Path 'make_path'; -use Iurt::Config qw(get_mandatory_arch); +use Iurt::Config qw(get_mandatory_arch get_target_arch); use Iurt::File qw(read_line); use Iurt::Util qw(plog); use MDK::Common qw(cat_ find member partition); |