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 'Bar' its a 'Foo' Is that real copy-n-paste from some sample output? If so, please replace q(its) with q(it's) in the code. (And I'd also add a comma or a semicolon after the 'Bar': "The objects isn't a 'Bar'; it's a 'Foo'" or the like.) Cheers, Philip