Michael G Schwern wrote:
>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.
>
No, no, I'm enjoying myself. I'll send along the diffs for, lessee -- bop.t,
chars.t, closure.t, concat.t, context.t, defins.t, delete.t, die.t,
die_exit.t --
along tomorrow, with an updated diff for avhv.t.
This is fun!
--- Joe M.