Re: [Module::Build] PERL_MM_USE_DEFAULT
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <ml...@th...> - 2006-04-06 11:07:49
|
Yitzchak Scott-Thoennes wrote: > On Tue, Mar 07, 2006 at 05:33:49AM -0500, Randy W. Sims wrote: > >>Sorry for responding late to this, but won't this break exististing >>distributions? Distros that currently use y_n() without defaults will >>start die-ing when users upgrade M::B. > It doesn't break them in the sense that they were already broken for some users. But maybe it would be better to pick an arbitrary default? I don't think there is a reasonable default. I think the only way around the issue is to create new methods and deprecate the older ones or not require defaults. It's not reasonable to have Build scripts failing just because a user upgrades to a new version of Module::Build. This needs to be resolved before 0.28. Any other ideas for solutions? Regards, Randy. |