Fixes this problem (notified by sthen):
Use of uninitialized value in pattern match (m//) at
/usr/local/libdata/perl5/site_perl/Net/Server.pm line 600.
From sthen:
one of the tests fails if you have IO::Socket::SSL installed (it tries to run a local ssl
server and connect to it but fails due to it being an unknown ca, IO::Socket::SSL defaults got
tighter) but that isn't new and isn't a real problem
ok sthen, gonzalo
--
`Net::Server' is an extensible, generic Perl server engine.
Features include:
* Single Server Mode
* Inetd Server Mode
* Preforking Simple Mode (PreForkSimple)
* Preforking Managed Mode (PreFork)
* Forking Mode
* Multi port accepts on Single, Preforking, and Forking modes
* Simultaneous accept/recv on tcp, udp, and unix sockets
* User customizable hooks
* Chroot ability after bind
* Change of user and group after bind
* Basic allow/deny access control
* Customized logging (choose Syslog, log_file, or STDERR)
* HUP able server (clean restarts via sig HUP)
* Dequeue ability in all Fork and PreFork modes.
* Taint clean
* Written in Perl
* Protection against buffer overflow
* Clean process flow
* Extensibility