At 22:22 +0100 8/25/03, Tony Bowden wrote:
#!/usr/bin/perl -w
use Test::More tests => 1;
eval { die "Foo" };
ok $@, \$@;
Invalid value for shared scalar at /usr/local/share/perl/5.8.0/Test/Builder.pm line 319.
WHOA! Somehow you got a different number of results than tests ran!
This should never happen! Please contact the author immediately!
END failed--call queue aborted.

FWIW, I'm seeing a lot of this with a lot of my Thread:: modules test-suites. Mostly not repeatable though.



Liz

Reply via email to