diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:54:18 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:54:18 +0000 |
commit | 802cf9c4398d883f30be444eccf353ba4a52586b (patch) | |
tree | 5c27125d668986172417b710779074f80d6bea71 | |
parent | c9e4ac8b4988dfcc37bd51a0d65fb772c6f82e35 (diff) | |
download | iurt-802cf9c4398d883f30be444eccf353ba4a52586b.tar iurt-802cf9c4398d883f30be444eccf353ba4a52586b.tar.gz iurt-802cf9c4398d883f30be444eccf353ba4a52586b.tar.bz2 iurt-802cf9c4398d883f30be444eccf353ba4a52586b.tar.xz iurt-802cf9c4398d883f30be444eccf353ba4a52586b.zip |
(clean) unexport (now unused elsewhere)
-rw-r--r-- | lib/Iurt/Process.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Iurt/Process.pm b/lib/Iurt/Process.pm index f69e4ca..f306fe3 100644 --- a/lib/Iurt/Process.pm +++ b/lib/Iurt/Process.pm @@ -13,7 +13,6 @@ our @EXPORT = qw( kill_for_good clean_process check_pid - clean perform_command sudo ); |