also will this call destroy on $p on the exit from { } ?
{ my $p = APR::Pool->new; }
I think it should.
so do I, but it doesn't. you can't call $p->DESTROY either, even though the alias is there in APR__Pool.h
I fixed things so that DESTROY was available, but it caused all kinds of problems with the test suite, so I'm guessing it's a good thing that pools need to be explicitly destroyed.
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
