[Module::Build] Re: New Module::Build released
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <ml...@th...> - 2006-03-29 19:11:06
|
Ken Williams wrote: > Hi, > > Last night I released Module-Build-0.27_10 to CPAN. It vanquishes a > number of scary-looking warnings when building bleadperl on OS X. I > believe it also solves some build errors for Win32. I recommend it > gets integrated into bleadperl. > > -Ken > > p.s. - I've been assuming that publishing to CPAN and requesting an > integration is the right procedure, because there's some magical script > out there to schlurp up CPAN releases into blead, right? 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 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 Randy. |