Re: Stuck on Testing::skip()

2001-03-17 Thread Piers Cawley
Michael G Schwern <[EMAIL PROTECTED]> writes: > So here's some revelations I'd like to share with you when I put this > problem to the Fun With Perl mailing list. [Suggested solution] > Ok, that's great. But then Piers Cawley cried out "HALTING PROBLEM!" > from the front row (and get your fee

Re: Stuck on Testing::skip()

2001-03-17 Thread Paul Johnson
On Sat, Mar 17, 2001 at 05:20:23PM +, Piers Cawley wrote: > Michael G Schwern <[EMAIL PROTECTED]> writes: > > > Ok, that's great. But then Piers Cawley cried out "HALTING PROBLEM!" > > from the front row (and get your feet off the stage). > > My heckles have always been of the highest qual

Re: Stuck on Testing::skip()

2001-03-17 Thread Paul Johnson
On Sat, Mar 17, 2001 at 01:19:02PM -1000, Tim Jenness wrote: > On Sat, 17 Mar 2001, Paul Johnson wrote: > > > My motivation for this simple interface is that I see little benefit to > > me as a module author in being able to write > > > > ok($x, 17); > > > > rather than > > > > ok($x == 17);

Re: Stuck on Testing::skip()

2001-03-17 Thread Tim Jenness
On Sat, 17 Mar 2001, Paul Johnson wrote: > On Sat, Mar 17, 2001 at 05:20:23PM +, Piers Cawley wrote: > > Michael G Schwern <[EMAIL PROTECTED]> writes: > > > > > Ok, that's great. But then Piers Cawley cried out "HALTING PROBLEM!" > > > from the front row (and get your feet off the stage). >