Re: [Module::Build] Early notes() disappear
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-10-11 15:25:54
|
On Friday, October 10, 2003, at 09:41 PM, Ken Williams wrote: > On Friday, October 10, 2003, at 06:04 PM, Dave Rolsky wrote: > >> If you call notes() before calling create_build_script(), the notes >> aren't >> saved, and you get no errors. It'd be nice to either save them >> somehow, >> or at least die with an error that this doesn't work, so module >> authors >> know to move the notes() call later. > > Oh yeah, they should get written to _build/ during > create_build_script(). Will do. Okay, this is fixed now, with a test. A workaround is to set additional notes after calling create_build_script(), then all of them will be preserved. -Ken |