diff options
-rw-r--r-- | lib/Iurt/File.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Iurt/File.pm b/lib/Iurt/File.pm index ec77fae..6dc45d2 100644 --- a/lib/Iurt/File.pm +++ b/lib/Iurt/File.pm @@ -2,6 +2,7 @@ package Iurt::File; use base qw(Exporter); use File::Copy 'move'; +use File::Path 'make_path'; use Iurt::Util qw(plog); use strict; |