Commit 30bb4d33 authored by Dietmar Maurer's avatar Dietmar Maurer

include use clause for exception handling

parent 48ac624e
......@@ -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);
......
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment