On Mon, Aug 25, 2003 at 10:22:06PM +0100, Tony Bowden wrote:
> #!/usr/bin/perl -w
> use Test::More tests => 1;
> eval { die "Foo" };
> ok $@, \$@;
> 
> ...
> 
> 1..1
> 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.

Looks like an ithreads bug.  Forwarded it to p5p for analysis.

-- 
Michael G Schwern        [EMAIL PROTECTED]  http://www.pobox.com/~schwern/
1. You are thin.
2. You look great.
3. You live in a castle with robot servants.
        -- http://www.angryflower.com/anaddi.gif

Reply via email to