diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-02-06 19:25:30 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-02-06 19:32:23 +0000 |
commit | 864724bdc23083703d0ffd6e1688cd847e0aa64d (patch) | |
tree | e0542e7775e0045cd5f37b66e9b9a00b41fdf9a9 /emi | |
parent | db34c27b7fb2d558d733257041e3f28bf30c85a3 (diff) | |
download | iurt-864724bdc23083703d0ffd6e1688cd847e0aa64d.tar iurt-864724bdc23083703d0ffd6e1688cd847e0aa64d.tar.gz iurt-864724bdc23083703d0ffd6e1688cd847e0aa64d.tar.bz2 iurt-864724bdc23083703d0ffd6e1688cd847e0aa64d.tar.xz iurt-864724bdc23083703d0ffd6e1688cd847e0aa64d.zip |
Better modules split
Diffstat (limited to 'emi')
-rwxr-xr-x | emi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ use File::Path qw(make_path); use Iurt::Config qw(config_usage config_init get_author_email get_mandatory_arch); use Iurt::Process qw(check_pid); use Iurt::Mail qw(sendmail); -use Iurt::File qw(get_upload_tree_state); +use Iurt::Queue qw(get_upload_tree_state); use Iurt::Util qw(plog_init plog); use Iurt::Emi qw(find_prefixes_ready_to_upload upload_prefix_in_media); use Data::Dumper; |