lib/Module/Build/Platform/VMS.pm was calling
$self->eliminate_macros,
and eliminate_macros actually now resides in
ExtUtils::MM_VMS.
-John
wb8tywqsl.net
Personal Opinion Only
Re: Platform/VMS.pm calls
eliminate_macros
2007-09-07 09:01:52
At 8:46 AM -0500 9/7/07, John E. Malmberg wrote:
>lib/Module/Build/Platform/VMS.pm was calling
$self->eliminate_macros, and eliminate_macros actually
now resides in ExtUtils::MM_VMS.
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 does that.
--
________________________________________
Craig A. Berry
mailto:craigberrymac.com
"... getting out of a sonnet is much more
difficult than getting in."
Brad Leithauser
Re: Platform/VMS.pm calls
eliminate_macros
2007-09-08 08:07:02
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 does that.
Yay, that would be cool.
-Ken