On Wed, Aug 29, 2001 at 12:27:40PM -0400, Joe McMahon wrote:
> I didn't send the one that uses Test::More, which was really silly because
> the one I sent doesn't work (left out one test)!
Ooooh, much better. Test::More should be safe here, it doesn't use
pseudohashes.
> ! ok($a->{'abc'} eq 'ABC',"Tie::StdArray");
If you're going to use Test::More, use is() for tests like this.
is( $a->{'abc'}, 'ABC', "Tie::StdArray" );
You've already done *plenty* of work. I'll do the cleanup if you
don't want to. Just let me know.
--
Michael G. Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/
Perl6 Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One