Re: Try this one instead - patch for avhv.t

2001-09-01 Thread Joe McMahon
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 >pseud

Re: Try this one instead - patch for avhv.t

2001-08-29 Thread Michael G Schwern
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 'A

Try this one instead - patch for avhv.t

2001-08-29 Thread Joe McMahon
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)! This patch switches avhv.t to use Test::More; verified under 'make test' in ./bleadperl, and './perl -I../lib harness', and './perl -I../lib harness -v' in bleadperl/t. --