toddr / Net-Daemon

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

Net::Daemon::Log does not open logfile [rt.cpan.org #76133] #3

Open toddr opened 3 years ago

toddr commented 3 years ago

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

See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=232696

Requestors:

From fbriere@cpan.org on 2012-03-28 22:06:59

Net::Daemon::Log expects $logfile to be an IO::Handle, and will revert to stderr if a filename is provided. This is contrary to the Net::Daemon manpage, and makes the --logfile option rather useless.

Whether this is a programming or documentation issue is up to you. :)

toddr commented 3 years ago

I also do not have an opinion. Patches welcome.