[pve-devel] [PATCH pve-client] list.pm: add missing use clauses
Dietmar Maurer
dietmar at proxmox.com
Thu Jun 14 09:32:52 CEST 2018
Signed-off-by: Dietmar Maurer <dietmar at proxmox.com>
---
PVE/APIClient/Commands/list.pm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/PVE/APIClient/Commands/list.pm b/PVE/APIClient/Commands/list.pm
index 2190ad6..db00da7 100644
--- a/PVE/APIClient/Commands/list.pm
+++ b/PVE/APIClient/Commands/list.pm
@@ -6,6 +6,9 @@ use JSON;
use PVE::APIClient::JSONSchema qw(get_standard_option);
+use PVE::APIClient::Config;
+use PVE::APIClient::CLIHandler;
+
use base qw(PVE::APIClient::CLIHandler);
__PACKAGE__->register_method ({
@@ -55,4 +58,4 @@ __PACKAGE__->register_method ({
our $cmddef = [ __PACKAGE__, 'list', ['remote']];
-1;
\ No newline at end of file
+1;
--
2.11.0
More information about the pve-devel
mailing list