From ef03892d0c7f134cb78f283e9a41daa2a9e026b2 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 14 Jun 2018 09:31:53 +0200 Subject: [PATCH] list.pm: add missing use clauses --- 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.39.2