diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-25 23:29:30 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-25 23:29:30 +0000 |
commit | 83ba1628366678395bed98773f00381b806cec75 (patch) | |
tree | 915df3ec29fa4c62e8065f94eab48cbf2adcdc09 | |
parent | a250f8541c36dc9a7d6944fdbc0e05c21245d30b (diff) | |
download | iurt-83ba1628366678395bed98773f00381b806cec75.tar iurt-83ba1628366678395bed98773f00381b806cec75.tar.gz iurt-83ba1628366678395bed98773f00381b806cec75.tar.bz2 iurt-83ba1628366678395bed98773f00381b806cec75.tar.xz iurt-83ba1628366678395bed98773f00381b806cec75.zip |
helps perl_checker (restore previous usage)
-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 ae10e14..b7b2f5e 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 qw(any cat_ max); +use MDK::Common; use Filesys::Df qw(df); use Iurt::Mail qw(sendmail); use Iurt::Config qw(dump_cache_par); |