Re: [PATCH] Re: emitting messages in Test::*

2001-12-21 Thread Barrie Slaymaker
On Wed, Dec 19, 2001 at 04:11:00PM -0500, Barrie Slaymaker wrote: > > Looks nice to me (not that I have anything to do with Schwern's modules > :), but I think it needs to be in Test::More instead of Test::Simple. Sorry, misread the patch (gah, need a vacation). - Barrie

Fwd: CPAN Upload: R/RB/RBS/Test-Differences-0.411.tar.gz

2001-12-21 Thread Barrie Slaymaker
This fixes a bug or two and improves readability by removing the middle column of indexes if and only if it is identical to the first column and by performing selective whitespace excaping to highlight differences in whitespace (see below). - Barrie t/99example1..3 not ok 1 - differences in

Re: [ANNOUNCE] Test::Simple/More/Builder/Tutorial 0.40

2001-12-21 Thread Philip Newton
On Mon, 17 Dec 2001 04:52:13 -0500, [EMAIL PROTECTED] (Michael G Schwern) wrote: > isa_ok() > Handles unblessed refs now -> isa_ok([], 'ARRAY'); > > Better diagnostics. > not ok 1 - The object isa Bar > # Failed test (-e at line 1) > # The object isn't a '

Re: [ANNOUNCE] Test::Simple/More/Builder/Tutorial 0.40

2001-12-21 Thread Michael G Schwern
On Fri, Dec 21, 2001 at 04:00:34PM +0100, Philip Newton wrote: > On Mon, 17 Dec 2001 04:52:13 -0500, [EMAIL PROTECTED] (Michael G > Schwern) wrote: > > > isa_ok() > > Handles unblessed refs now -> isa_ok([], 'ARRAY'); > > > > Better diagnostics. > > not ok 1 - The object isa Bar