in reply to Re: Odd output from Test::More
in thread Odd output from Test::More
However, there are no explicit calls to fork() in my test script ... nor the code under test ?!
The really odd thing is that until yesterday, the module wasn't working and I wasn't seeing the errors - however, since I managed to get the module to work, the errors manifested themselves ... the principle change being the adoption of the Hash::Merge module in favour of a homegrown attempt - AFAICT, the Hash::Merge module only employs recursion i.e. I don't believe it to be using fork().
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Odd output from Test::More
by andreas1234567 (Vicar) on Sep 27, 2007 at 12:48 UTC | |
by Bloodnok (Vicar) on Sep 27, 2007 at 15:17 UTC |