From deddf63fc1266bd4f5acf66ec0f9e73b3a65f635 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 4 Nov 2019 19:37:49 +0000 Subject: Fix uses as touch is now used in another file --- emi | 2 +- lib/Iurt/Emi.pm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/emi b/emi index 3726495..1ce3ec4 100755 --- a/emi +++ b/emi @@ -33,7 +33,7 @@ use Iurt::Process qw(check_pid); use Iurt::Queue qw(get_upload_tree_state); use Iurt::Util qw(plog_init plog); use Iurt::Emi qw(find_prefixes_ready_to_upload record_uploaded_packages upload_prefix_in_media); -use MDK::Common qw(cat_ touch); +use MDK::Common qw(cat_); my %run; my $program_name = 'emi'; diff --git a/lib/Iurt/Emi.pm b/lib/Iurt/Emi.pm index 15533fd..ac385de 100644 --- a/lib/Iurt/Emi.pm +++ b/lib/Iurt/Emi.pm @@ -6,6 +6,7 @@ use Iurt::Config qw(get_author_email get_mandatory_arch get_target_arch); use Iurt::Mail qw(sendmail); use Iurt::Queue qw(check_if_all_archs_processed); use Iurt::Util qw(plog); +use MDK::Common::File qw(touch); use MDK::Common::Func qw(find); use MDK::Common::DataStructure qw(difference2); use strict; -- cgit v1.2.1