mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-03-10 12:58:25 +03:00
[no-change] sort and group module use
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
8266bc59db
commit
d610b14591
@ -2,20 +2,23 @@ package PVE::VZDump::QemuServer;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use File::Path;
|
||||
|
||||
use File::Basename;
|
||||
use PVE::INotify;
|
||||
use PVE::VZDump;
|
||||
use PVE::IPCC;
|
||||
use PVE::Cluster qw(cfs_read_file);
|
||||
use PVE::Tools;
|
||||
use PVE::Storage::Plugin;
|
||||
use PVE::Storage;
|
||||
use PVE::QemuServer;
|
||||
use PVE::JSONSchema;
|
||||
use File::Path;
|
||||
use IO::File;
|
||||
use IPC::Open3;
|
||||
|
||||
use PVE::Cluster qw(cfs_read_file);
|
||||
use PVE::INotify;
|
||||
use PVE::IPCC;
|
||||
use PVE::JSONSchema;
|
||||
use PVE::Storage::Plugin;
|
||||
use PVE::Storage;
|
||||
use PVE::Tools;
|
||||
use PVE::VZDump;
|
||||
|
||||
use PVE::QemuServer;
|
||||
|
||||
use base qw (PVE::VZDump::Plugin);
|
||||
|
||||
sub new {
|
||||
|
Loading…
x
Reference in New Issue
Block a user