summaryrefslogtreecommitdiffstats
path: root/rules/net-server-perl.in
blob: a4d1f97795b1ceb009099fc07f2ecededbc8d051 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=perl

config NET_SERVER_PERL
	tristate
	select PERL
	prompt "Net::Server"
	help
	  Net::Server is an extensible, general perl server engine that combines the
	  good properties from Net::Daemon, NetServer::Generic, and Net::FTPServer;
	  and borrows various concepts from the Apache webserver.