diff --git a/Makefile b/Makefile index bd4085b..cbe0645 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,8 @@ deb ${DEB}: lintian ${DEB} install: - install -d -m 755 ${PERL5DIR}/PVE/ - install -m 0644 PVE/AsyncHTTPServer.pm ${PERL5DIR}/PVE + install -d -m 755 ${PERL5DIR}/PVE/APIServer + install -m 0644 PVE/APIServer/AnyEvent.pm ${PERL5DIR}/PVE/APIServer .PHONY: upload upload: ${DEB} diff --git a/PVE/AsyncHTTPServer.pm b/PVE/APIServer/AnyEvent.pm similarity index 99% rename from PVE/AsyncHTTPServer.pm rename to PVE/APIServer/AnyEvent.pm index 3da5f6d..2ac3e39 100755 --- a/PVE/AsyncHTTPServer.pm +++ b/PVE/APIServer/AnyEvent.pm @@ -1,4 +1,4 @@ -package PVE::AsyncHTTPServer; +package PVE::APIServer::AnyEvent; use strict; use warnings;