> I notice the body of xs/Embperl/App/App.xs:Embperl__App_destroy() is > commented out in the 2.0b9 release. > > Is this some left over debugging or is there some problem with this > (auto-generated) function?
The DESTROY is not needed, it's only called once at startup after the first pass of parsing the apache configuration file. It causes some warnings about destroying scalars with refcount zeros, that's the reason why I comment it out Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
