mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-05-03 10:49:08 +00:00
rename class to PVE::APIServer::AnyEvent
So that we can move all api server related code into PVE::APIServer::*.
This commit is contained in:
parent
859f1fd3a6
commit
d08808bc8a
4
Makefile
4
Makefile
@ -20,8 +20,8 @@ deb ${DEB}:
|
|||||||
lintian ${DEB}
|
lintian ${DEB}
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install -d -m 755 ${PERL5DIR}/PVE/
|
install -d -m 755 ${PERL5DIR}/PVE/APIServer
|
||||||
install -m 0644 PVE/AsyncHTTPServer.pm ${PERL5DIR}/PVE
|
install -m 0644 PVE/APIServer/AnyEvent.pm ${PERL5DIR}/PVE/APIServer
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEB}
|
upload: ${DEB}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package PVE::AsyncHTTPServer;
|
package PVE::APIServer::AnyEvent;
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
Loading…
Reference in New Issue
Block a user