Subject: | Cannot use proto => 'unix' and clients => {...} |
The following error occours when connecting to a server with proto
=> 'unix', and clients defined.
Wed Oct 31 00:45:13 2007 err, Child died: IN_ADDR_ANY is not a valid
Socket macro at /usr/lib/perl5/site_perl/5.8.5/Net/Daemon.pm line 334
Removing clients fixes this (as I think clients is probably redundant
with a file based socket), however you would expect this to be better
handled by the module.