[ANNOUNCE] ExtUtils::MakeMaker 6.25_09

2005-03-12 Thread Michael G Schwern
http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.25_09.tar.gz or http://svn.schwern.org/svn/ExtUtils-MakeMaker/trunk or a CPAN near you Its another alpha release of MakeMaker! This one is a release candidate. The last few rounds of changes have all been specific to VMS so I don't expect man

Re: ExtUtils::CBuilder on VMS (was Re: Phalanxing MakeMaker)

2005-03-12 Thread Ken Williams
On Mar 10, 2005, at 3:06 PM, [EMAIL PROTECTED] wrote: Ken Williams <[EMAIL PROTECTED]> wrote on 03/06/2005 10:50:17 AM: Care to try 0.09_01, which is now hitting CPAN? I've split out the generation of command-line switches so it can easily be overridden for VMS. So compile() might work now. link

Re: ExtUtils::CBuilder on VMS (was Re: Phalanxing MakeMaker)

2005-03-12 Thread Ken Williams
On Mar 12, 2005, at 7:18 PM, Ken Williams wrote: Excellent. I just have one question, then, about the following line: my @lddlflags = $args{lddl} ? ($cf->{lddlflags}."=$out") : ("/exe=$out"); What is the original value of $cf->{lddlflags} such that it makes sense to just append "=$out" to it?