On Tue, 11 Dec 2001, Stas Bekman wrote: > I've noticed that recently the END block in Apache::TestUtil doesn't get > executed. So all the temp files and dirs that get created during the > tests run aren't getting removed at the end. Do you see the same thing?
inside modperl or outside? if outside, no idea. if inside, same as 1.x, END blocks are only run at server shutdown or per-request if the SetHandler is perl-script and the module with END block wasn't pre-loaded. per-request END blocks are not managed for SetHandler modperl. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
