Re: Name needed for Test.pm compatibility module

2004-11-30 Thread Michael G Schwern
On Tue, Nov 30, 2004 at 10:55:47PM +0100, Tels wrote: > > Ok, Test::Legacy it is. Now I have to figure out if I want to reimplement > > Test.pm from scratch or try and wedge a TB object into the existing code. > > Sean's added a lot of code since last I looked. > > I really have to ask :o) > > *

Re: Name needed for Test.pm compatibility module

2004-11-30 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Tuesday 30 November 2004 23:19, Andy Lester wrote: > On Tue, Nov 30, 2004 at 10:55:47PM +0100, Tels ([EMAIL PROTECTED]) wrote: > > - From my POV it seems the energy and time to rewrite Test.pm (including > > fixing the intermidiate breakage) could be

Re: Name needed for Test.pm compatibility module

2004-11-30 Thread Andy Lester
On Tue, Nov 30, 2004 at 10:55:47PM +0100, Tels ([EMAIL PROTECTED]) wrote: > - From my POV it seems the energy and time to rewrite Test.pm (including > fixing > the intermidiate breakage) could be spent for other more worthwhile projects. Like which ones? What else is lacking? Foolishly asking,

Re: Name needed for Test.pm compatibility module

2004-11-30 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Tuesday 30 November 2004 22:10, Michael G Schwern wrote: > On Tue, Nov 30, 2004 at 09:27:55AM -0600, Andy Lester wrote: > > On Tue, Nov 30, 2004 at 07:48:00AM -0600, Steve Peters ([EMAIL PROTECTED]) wrote: > > > I like Test::Compat. Test::Legacy makes

Re: Name needed for Test.pm compatibility module

2004-11-30 Thread Michael G Schwern
On Tue, Nov 30, 2004 at 09:27:55AM -0600, Andy Lester wrote: > On Tue, Nov 30, 2004 at 07:48:00AM -0600, Steve Peters ([EMAIL PROTECTED]) > wrote: > > I like Test::Compat. Test::Legacy makes me think more of the current > > Test.pm > > rather than of a new module. > > But it's actually going t

Re: Name needed for Test.pm compatibility module

2004-11-30 Thread Andy Lester
On Tue, Nov 30, 2004 at 07:48:00AM -0600, Steve Peters ([EMAIL PROTECTED]) wrote: > I like Test::Compat. Test::Legacy makes me think more of the current Test.pm > rather than of a new module. But it's actually going to be Test.pm, not a new module. Just a new back-end. -- Andy Lester => [EMA

Re: Name needed for Test.pm compatibility module

2004-11-30 Thread Steve Peters
On Tue, Nov 30, 2004 at 01:46:24AM -0500, Michael G Schwern wrote: > I'm writing a module to emulate the functionality of Test.pm but with > a Test::Builder backend so you can use TB-based modules with older tests. > > I'm trying to come up with a name. The current working title is Test::Legacy

Re: Name needed for Test.pm compatibility module

2004-11-30 Thread Rafael Garcia-Suarez
Michael G Schwern wrote in perl.qa : > I'm writing a module to emulate the functionality of Test.pm but with > a Test::Builder backend so you can use TB-based modules with older tests. > > I'm trying to come up with a name. The current working title is Test::Legacy. I like it. > Test::Compat a

Name needed for Test.pm compatibility module

2004-11-29 Thread Michael G Schwern
I'm writing a module to emulate the functionality of Test.pm but with a Test::Builder backend so you can use TB-based modules with older tests. I'm trying to come up with a name. The current working title is Test::Legacy. Test::Compat and Test::Classic have also been suggested. Thoughts? --