Re: [Module::Build] Early notes() disappear
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-10-11 02:41:11
|
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. -Ken |