Re: [Module-build-general] Doc patchlet
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-04-21 19:10:48
|
On Sunday, April 20, 2003, at 12:26 PM, Dave Rolsky wrote: > This was mystifying me for a little while. > > > --- Build.pm.~1.61.~ 2003-04-20 12:26:23.000000000 -0500 > +++ Build.pm 2003-04-20 12:27:05.000000000 -0500 > @@ -452,6 +452,9 @@ > responsibility for registering temporary files close to the code that > creates them. > > +This method will not do anything if it is called before the build > +script has been created with the C<create_build_script()> method. > + This is probably a bug, not something that should be documented. add_to_cleanup() should work even if you're not using a Build script or if it hasn't been created yet. -Ken |