From 4fe216125358685b09356e0fedecd8f4a2278dc5 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 13 Jan 2017 13:16:54 +0100 Subject: [PATCH] fix/change class name to PVE::AsyncHTTPServer --- PVE/AsyncHTTPServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/AsyncHTTPServer.pm b/PVE/AsyncHTTPServer.pm index ff3d99f..6445d27 100755 --- a/PVE/AsyncHTTPServer.pm +++ b/PVE/AsyncHTTPServer.pm @@ -1,4 +1,4 @@ -package PVE::HTTPServer; +package PVE::AsyncHTTPServer; use strict; use warnings;