
matt at sergeant
Apr 25, 2001, 10:16 AM
Post #3 of 6
(1556 views)
Permalink
|
On Wed, 25 Apr 2001, Doug MacEachern wrote: > hmm, that's how it was before the change in 1.25, i will revisit before > 1.26. Well not quite. You had: BOOT: XS_AxKit.name = "AxKit"; add_module(&XS_AxKit); stash_mod_pointer("AxKit", &XS_AxKit); void END() CODE: remove_module_cleanup(NULL); Then you added the register_cleanup() stuff. Anyway, I haven't fully released this yet (it's in the beta's of AxKit 1.4), so it hasn't been all that extensively tested. I'll keep you posted though. -- <Matt/> /|| ** Founder and CTO ** ** http://axkit.com/ ** //|| ** AxKit.com Ltd ** ** XML Application Serving ** // || ** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** mod_perl news and resources: http://take23.org ** \\// //\\ // \\ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] perl For additional commands, e-mail: dev-help [at] perl
|