mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-16 23:29:10 +00:00
include use clause for exception handling
This commit is contained in:
parent
b02087fd3f
commit
5c80f72c80
@ -11,6 +11,7 @@ use PVE::ProcFSTools;
|
||||
use PVE::SafeSyslog;
|
||||
use PVE::Cluster;
|
||||
use PVE::INotify;
|
||||
use PVE::Exception qw(raise raise_perm_exc);
|
||||
use PVE::RESTHandler;
|
||||
use PVE::RPCEnvironment;
|
||||
use PVE::JSONSchema qw(get_standard_option);
|
||||
|
6
debian/changelog.Debian
vendored
6
debian/changelog.Debian
vendored
@ -1,3 +1,9 @@
|
||||
pve-manager (2.0-28) unstable; urgency=low
|
||||
|
||||
* another fix for vnc shell to nodes
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 17 Feb 2012 06:06:55 +0100
|
||||
|
||||
pve-manager (2.0-27) unstable; urgency=low
|
||||
|
||||
* fix vnc shell to nodes
|
||||
|
@ -2,7 +2,7 @@ RELEASE=2.0
|
||||
|
||||
VERSION=2.0
|
||||
PACKAGE=pve-manager
|
||||
PACKAGERELEASE=27
|
||||
PACKAGERELEASE=28
|
||||
|
||||
BINDIR=${DESTDIR}/usr/bin
|
||||
PERLLIBDIR=${DESTDIR}/usr/share/perl5
|
||||
|
Loading…
Reference in New Issue
Block a user