toddr / Net-Daemon

Read-only release history for Net-Daemon
http://metacpan.org/release/Net-Daemon
0 stars 0 forks source link

Cannot use proto => 'unix' and clients => {...} [rt.cpan.org #30379] #1

Open toddr opened 4 years ago

toddr commented 4 years ago

Migrated from rt.cpan.org#30379 (status was 'new')

Requestors:

From viper.xz@gmail.com on 2007-10-31 01:00:48 :

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.
toddr commented 4 years ago

I've seen this in the CI tests. I will look into this after the next release.