Re: This should never happen!

2003-08-25 Thread Michael G Schwern
; 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

Re: This should never happen!

2003-08-25 Thread Elizabeth Mattijsen
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

This should never happen!

2003-08-25 Thread Tony Bowden
#!/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! Pleas