diff options
-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); |