RE: Make Schwern Poor before 5.8.0

2001-11-20 Thread Dave Rolsky
On Tue, 20 Nov 2001, Tels wrote: If you would prefer to handle the ExtUtils::MakeMaker and ExtUtils::MM_* changes yourself let me know. You can do it. I'll wait until the dust settles (I wrote tests for routines that now get removed, so I am a bit conservative with starting another heap

Re: Make Schwern Poor before 5.8.0

2001-11-20 Thread Jarkko Hietaniemi
On Tue, Nov 20, 2001 at 03:54:05PM -0600, Dave Rolsky wrote: On Tue, 20 Nov 2001, Tels wrote: If you would prefer to handle the ExtUtils::MakeMaker and ExtUtils::MM_* changes yourself let me know. You can do it. I'll wait until the dust settles (I wrote tests for routines that now

MakeMaker vs File::Spec (was Re: Make Schwern Poor before 5.8.0)

2001-11-19 Thread Michael G Schwern
On Mon, Nov 19, 2001 at 10:36:45PM +0100, Tels wrote: sub canonpath { return File::Spec-canonpath($_[1]); } I'd written return File::Spec-canonpath(@_); just in case ;) The first argument has to be ignored (it's the MakeMaker object) and canonpath() takes just one

Re: Make Schwern Poor before 5.8.0

2001-11-19 Thread Russ Allbery
Michael G Schwern [EMAIL PROTECTED] writes: Here's something that would be nice to get done, finish off testing last three dozen modules and let YAS have $500 of my money. http://www.pobox.com/~schwern/cgi-bin/perl-qa-wiki.cgi?UntestedModules It's almost like that game show, Win Lincoln

Re: Make Schwern Poor before 5.8.0

2001-11-19 Thread lenzo
On Sun, Nov 18, 2001 at 07:15:02PM -0500, Michael G Schwern wrote: Here's something that would be nice to get done, finish off testing last three dozen modules and let YAS have $500 of my money. http://www.pobox.com/~schwern/cgi-bin/perl-qa-wiki.cgi?UntestedModules Michael, Thanks :)

RE: Make Schwern Poor before 5.8.0

2001-11-19 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On 19-Nov-01 Michael G Schwern tried to scribble about: Here's something that would be nice to get done, finish off testing last three dozen modules and let YAS have $500 of my money.

RE: Make Schwern Poor before 5.8.0

2001-11-19 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, oh, related to: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-11/msg01172.html ? On 19-Nov-01 Tels tried to scribble about: [snip] * There are a couple of functions I have tests for, BUT: =item canonpath No

Re: Make Schwern Poor before 5.8.0

2001-11-19 Thread Michael G Schwern
On Mon, Nov 19, 2001 at 10:11:51PM +0100, Tels wrote: oh, related to: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-11/msg01172.html ? Yes. You can pretty much just make them thin wrappers around the appropriate File::Spec method to preserve the MM interface and mention