diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-15 10:49:52 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-15 10:49:52 +0000 |
commit | 5fcf7ef1dd1c4ca00a16d9fd27b604694c81e9d5 (patch) | |
tree | 11276d1454b7f161216e1e34d89c4d37b18a6a46 /lib/Iurt/Process.pm | |
parent | 1ce6e7f111a1ad6c0b1c344405469c9ef7ba309e (diff) | |
download | iurt-5fcf7ef1dd1c4ca00a16d9fd27b604694c81e9d5.tar iurt-5fcf7ef1dd1c4ca00a16d9fd27b604694c81e9d5.tar.gz iurt-5fcf7ef1dd1c4ca00a16d9fd27b604694c81e9d5.tar.bz2 iurt-5fcf7ef1dd1c4ca00a16d9fd27b604694c81e9d5.tar.xz iurt-5fcf7ef1dd1c4ca00a16d9fd27b604694c81e9d5.zip |
- again, use standard module to reduce code we need to take care of
Diffstat (limited to 'lib/Iurt/Process.pm')
-rw-r--r-- | lib/Iurt/Process.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Process.pm b/lib/Iurt/Process.pm index 9d740f5..ff95428 100644 --- a/lib/Iurt/Process.pm +++ b/lib/Iurt/Process.pm @@ -2,7 +2,7 @@ package Iurt::Process; use strict; use base qw(Exporter); -use MDK::Common; +use List::MoreUtils qw(any); use Filesys::Df qw(df); use Iurt::Mail qw(sendmail); use Iurt::Config qw(dump_cache_par); |