On Dec 19, 2007 11:03 AM, A. Pagaltzis <[EMAIL PROTECTED]> wrote: > Does it continue to pass if you replace the first line with > > my ( $p, $c, $e, $r ) = @{ $config }{ qw( parent child error retry ) }; > > and then inline the body of `_do_fork`? > > (Logically, it should, but this utterly undebuggable problem has > made me a bit superstitious…)
It looks like it does (as long as you remove the "-T" from the shebang in 01.real.t. David