mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-15 09:57:48 +00:00
split and sort some module use
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d29d2d4a11
commit
b49abe2d25
@ -2,6 +2,7 @@ package PVE::API2::Domains;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use PVE::Exception qw(raise_param_exc);
|
use PVE::Exception qw(raise_param_exc);
|
||||||
use PVE::Tools qw(extract_param);
|
use PVE::Tools qw(extract_param);
|
||||||
use PVE::Cluster qw (cfs_read_file cfs_write_file);
|
use PVE::Cluster qw (cfs_read_file cfs_write_file);
|
||||||
|
@ -2,12 +2,14 @@ package PVE::Auth::Plugin;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Encode;
|
|
||||||
use Digest::SHA;
|
use Digest::SHA;
|
||||||
use PVE::Tools;
|
use Encode;
|
||||||
use PVE::SectionConfig;
|
|
||||||
use PVE::JSONSchema qw(get_standard_option);
|
|
||||||
use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_lock_file);
|
use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_lock_file);
|
||||||
|
use PVE::JSONSchema qw(get_standard_option);
|
||||||
|
use PVE::SectionConfig;
|
||||||
|
use PVE::Tools;
|
||||||
|
|
||||||
use base qw(PVE::SectionConfig);
|
use base qw(PVE::SectionConfig);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user