Re: [patch@31788] Platform/VMS.pm calls eliminate_macros

2007-09-08 Thread Ken Williams
On Sep 7, 2007, at 9:01 AM, Craig A. Berry wrote: I think what we need to do instead is just get rid of that call. I can't think of any reason Module::Build needs to do macro expansion since it's not using an external make utility the way MakeMaker does. I already have a patch in progress that

Status of VMS with Symlinks on blead@31806

2007-09-08 Thread John E. Malmberg
With my submitted patches in place, and with one tentative bugfix to stat() in VMS.C, here is a status of where things are for me on VMS. As rsync://ftp.linux.activestate.com is stuck at 31806, I have not been able to easily test patches after that point. Failed 21 tests out of 1332, 98.42% o

Re: Status of VMS with Symlinks on blead@31806

2007-09-08 Thread Craig A. Berry
At 12:37 PM -0500 9/8/07, John E. Malmberg wrote: >With my submitted patches in place, and with one tentative bugfix to stat() in >VMS.C, here is a status of where things are for me on VMS. > >As rsync://ftp.linux.activestate.com is stuck at 31806, I have not been able >to easily test patches aft

[patch] 00_CPANPLUS-Internals-Utils.t version match fix

2007-09-08 Thread John E. Malmberg
Fix version regex to allow multiple digit versions. -John [EMAIL PROTECTED] Personal Opinion Only --- /rsync_root/perl/lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t Thu Sep 6 08:26:27 2007 +++ lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.tSat Sep 8 22:12:56 2007 @@ -34,7 +34,9 @@

Re: [patch] 00_CPANPLUS-Internals-Utils.t version match fix

2007-09-08 Thread Craig A. Berry
At 10:26 PM -0500 9/8/07, John E. Malmberg wrote: >Fix version regex to allow multiple digit versions. It's already there in 31800: http://public.activestate.com/cgi-bin/perlbrowse/p/31800 -- Craig A. Berry mailto:[EMAIL PROTECTED] "... getting out of a

Re: [patch] 00_CPANPLUS-Internals-Utils.t version match fix

2007-09-08 Thread John E. Malmberg
Craig A. Berry wrote: At 10:26 PM -0500 9/8/07, John E. Malmberg wrote: Fix version regex to allow multiple digit versions. It's already there in 31800: http://public.activestate.com/cgi-bin/perlbrowse/p/31800 I missed it in my rsync download. Fixing rsync on VMS is one of those things o

[patch] cpanplus conf.pl*2 and 20_CPANPLUS-Dist-MM.t

2007-09-08 Thread John E. Malmberg
In 20_CPANPLUS-Dist-MM.t fix to unlink calls to unlink all versions of a file. In CPANPLUS/Dist/Build/t/inc/conf.pl and CPANPLUS/t/inc/conf.pl, save and restore PATH and PERL5LIB settings on VMS. PATH can not be completely restored on VMS if it did not exist due to limitations in the current i