From 54002cb66c9e5d691961feebca983b07c0452e89 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 30 Apr 2014 13:03:48 +0000 Subject: Add missing use statement --- lib/Iurt/File.pm | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.1