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

2001-12-22 Thread Michael G Schwern
On Sat, Dec 22, 2001 at 09:48:22AM +0100, Philip Newton wrote: > > after meditating on this: http://www.angryflower.com/bobsqu.gif > > That oversimplifies things a bit; the rule "possessive things take > apostrophe-s" doesn't apply to pronouns. Fascinating. Thanks for the patch. -- Michael

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

2001-12-22 Thread Michael G Schwern
On Sat, Dec 22, 2001 at 03:13:12PM -0500, Aaron J Mackey wrote: > > On Fri, 21 Dec 2001, Michael G Schwern wrote: > > > I can never keep it straight when to put an apostrophe on /it'?s/ > > It's very simple. If you can replace the "its" with "it is", then there's > an apostrophe to denote the

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

2001-12-22 Thread Aaron J Mackey
On Fri, 21 Dec 2001, Michael G Schwern wrote: > I can never keep it straight when to put an apostrophe on /it'?s/ It's very simple. If you can replace the "its" with "it is", then there's an apostrophe to denote the contraction. If you need another simple rule, think about this: "hers, his, i

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

2001-12-22 Thread Philip Newton
On Fri, 21 Dec 2001 15:26:45 -0500, [EMAIL PROTECTED] (Michael G Schwern) wrote: > I can never keep it straight when to put an apostrophe on /it'?s/ See news:alt.possessive.its.has.no.apostrophe :) > The Apostrophilic Jihad could submit a patch See below > after meditating on this: http://www

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

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-17 Thread Michael G Schwern
On Mon, Dec 17, 2001 at 11:48:34AM +0100, Tels wrote: > What about the problem that can_ok() doesn't increase the testcount number > by the number of methods, but only by one? Like I said, I tried it that way, didn't like it and changed the behavior. Found myself having trouble keeping track of

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

2001-12-17 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On 17-Dec-01 Michael G Schwern tried to scribble about: > Big release here, folks. Lots of new stuff, knocked off a good chunk > of the TODO list. > http://www.pobox.com/~schwern/src/Test-Simple-0.40.tar.gz > > 0.40 Fri Dec 14 15:41:39 EST 2001 What

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

2001-12-17 Thread Michael G Schwern
Big release here, folks. Lots of new stuff, knocked off a good chunk of the TODO list. http://www.pobox.com/~schwern/src/Test-Simple-0.40.tar.gz 0.40 Fri Dec 14 15:41:39 EST 2001 * isa_ok() now accepts unblessed references gracefully - Nick Clark found a bug with like() and a regex with