From d9e4e1ce2c23477c1609af94e1ac770315561fc5 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 23 May 2012 12:48:44 +0200 Subject: [PATCH] use File::Path --- PVE/Storage/NFSPlugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Storage/NFSPlugin.pm b/PVE/Storage/NFSPlugin.pm index 88aa4e4..554823b 100644 --- a/PVE/Storage/NFSPlugin.pm +++ b/PVE/Storage/NFSPlugin.pm @@ -3,6 +3,7 @@ package PVE::Storage::NFSPlugin; use strict; use warnings; use IO::File; +use File::Path; use PVE::Storage::Plugin; use PVE::JSONSchema qw(get_standard_option); -- 2.39.5