Re: This should never happen!

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

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 should never h