----- Original Message ----
From: Andy Armstrong <[EMAIL PROTECTED]>

> Taking out the shared memory calls and setting the test number
> explicitly makes it work under runtests for me.

Crap.  I get the same results.  I'm suspecting that the Test::Class problem is 
unrelated to this one (though I wouldn't wager large sums of money on this).

Still, using 

You can also get rid of the error by keeping shared memory and doing this:

        no warnings 'numeric';
        $test->current_test( $test_num + 0 );

I think it was me being stupid and not removing the padded NULLs!

Still doesn't explain Test::Class problem, but it's a start.

Cheers,
Ovid
 
--
Buy the book  - http://www.oreilly.com/catalog/perlhks/
Perl and CGI  - http://users.easystreet.com/ovid/cgi_course/
Personal blog - http://publius-ovidius.livejournal.com/
Tech blog     - http://use.perl.org/~Ovid/journal/



Reply via email to