[Module::Build] Re: New Module::Build released
Status: Beta
Brought to you by:
kwilliams
From: Rafael Garcia-S. <rga...@ma...> - 2006-03-30 08:32:08
|
Randy W. Sims wrote: > > If there is, I was never able to find it. I started to write one, but > it's not simple to write a generic one. For ex. MB has to be built first > and the generated M::B::ConfigData copied. I don't know if other > dual-life modules have similar generated files or exceptions. I guess > with the limited number of modules in core a few exceptions would be ok. I don't think that's the case for other CPAN modules. Currently M::B is in lib/, which means it has no Makefile.PL like modules in ext/. However the config_data script is extracted from utils/config_data.PL at the end of the build process. How is ConfigData.pm generated actually ? > I put together diffs and tested them last night when I saw the version > bump, so I'll go ahead and post them. > > eucb.diff upgrades ExtUtils::CBuilder to 0.18 > mb.diff upgrades Module::Build to 0.27_10 Both applied as #27631, thanks. |