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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to