include use clause for exception handling

This commit is contained in:
Dietmar Maurer 2012-02-17 06:07:22 +01:00
parent b02087fd3f
commit 5c80f72c80
3 changed files with 8 additions and 1 deletions

View File

@ -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);

View File

@ -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

View File

@ -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