in reply to Bizarre Proc::Daemon error
At the risk of stating the obvious, the isa() test failed as no Proc::Daemon object was returned by Proc::Daemon::Init() call, which in turn had failed, as OP found later (thanks for the update), while changing of user id.
ref test might have been added in 0.10 before eval{ isa() }. You may be using a version around there. (Somebody please give me a clue if it is possible to browse older versions code on MetaCPAN (as it is(or was?) possible on search.cpan).)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Bizarre Proc::Daemon error # Older versions code on MetaCPAN
by LanX (Saint) on Jun 10, 2014 at 02:53 UTC | |
by parv (Parson) on Jun 11, 2014 at 23:46 UTC | |
|
Re^2: Bizarre Proc::Daemon error
by xtpu2 (Acolyte) on Jun 10, 2014 at 01:39 UTC | |
by Anonymous Monk on Jun 10, 2014 at 10:57 UTC |