This seems to work, Doug:

BOOT:
    if (!ap_find_linked_module(ap_find_module_name(&XS_AxKit))) {
        ap_add_module(&XS_AxKit);
    }

void
END ()
    CODE:
        if (ap_find_linked_module(ap_find_module_name(&XS_AxKit))) {
            ap_remove_module(&XS_AxKit);
        }

-- 
<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