]> git.proxmox.com Git - pve-storage.git/commitdiff
use File::Path
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 23 May 2012 10:48:44 +0000 (12:48 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 23 May 2012 10:48:44 +0000 (12:48 +0200)
PVE/Storage/NFSPlugin.pm

index 88aa4e421cc1ef5998a5f1f937dbdcaea64ac0c0..554823be3ee63da5d2859d81bf0661bd0efc5230 100644 (file)
@@ -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);