Re: [Module::Build] Small bug fixed in Module::Build passthrough Makefile.PL
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-03-03 19:15:10
|
On Mar 3, 2006, at 8:30 AM, Yitzchak Scott-Thoennes wrote: > > > If the install does in fact fail, does the user end up with an error > later on that is hard to track down to the installation having failed? > (Test by just commenting out the ->install line and see what happens.) In my opinion, no - it's not particularly *pretty*, but it's fairly familiar. The user would first see the installation failing, then they would see an error message saying "Can't find Module::Build::Compat in @INC (...)" like the usual case when a require() goes bad. In general I usually try to avoid catching exceptions and obscuring the original texts of them to try to say something "smarter", but I suppose I could be persuaded to do so in this case if popular sentiment is with it. > BTW, can we get a 0.27_08 release soon? There've been a lot of > changes > since 0.27_07. Definitely. -Ken |