diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-15 13:53:16 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-15 13:53:16 +0000 |
commit | 641b3da33faba348372438d2b8523b40420928e4 (patch) | |
tree | 719d57acb5edcc08b3438420a36830b142ae7f8c /iurt_root_command | |
parent | 5de4abb8ee322352c9b9fafad9068a0f74c51470 (diff) | |
download | iurt-641b3da33faba348372438d2b8523b40420928e4.tar iurt-641b3da33faba348372438d2b8523b40420928e4.tar.gz iurt-641b3da33faba348372438d2b8523b40420928e4.tar.bz2 iurt-641b3da33faba348372438d2b8523b40420928e4.tar.xz iurt-641b3da33faba348372438d2b8523b40420928e4.zip |
- add missing modules
Diffstat (limited to 'iurt_root_command')
-rwxr-xr-x | iurt_root_command | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iurt_root_command b/iurt_root_command index 8a27a39..c055712 100755 --- a/iurt_root_command +++ b/iurt_root_command @@ -30,6 +30,7 @@ use File::NCopy qw(copy); use Iurt::Util qw(plog_init plog); use Cwd 'realpath'; use File::Path qw(make_path); +use File::Slurp; my $arg = @ARGV; my (@params, %run); |