use File::Path

This commit is contained in:
Dietmar Maurer
2012-05-23 12:48:44 +02:00
parent 7a2d5c1a26
commit d9e4e1ce2c

View 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);