On Wed, 02 Feb 2005 10:10:56 -0500, Geoffrey Young wrote:
 
>     PerlTransHandler MyApp::MyInstall::Dispatcher->handler
> 
> and see if that helps.

I'll give that a go and see.  Is the following also kosher, then?

        $r->push_handlers(
                PerlCleanupHandler => MyApp::MyInstall::Cleaner->handler
        );


> you should also be preloading via
> 
>   PerlModule MyApp::MyInstall::Dispatcher
> 
> or in a startup.pl.

Yes, I am -- sorry I forgot to mention this -- in a startup.pl, as 
follows:

        use MyApp::Core::Dispatcher ();
        use MyApp::MyInstall::Dispatcher ();


Thanks for your help.

Cheers,
Andrew.
-- 
                   ::
      article seven       Andrew Green
 automatic internet       [EMAIL PROTECTED] | www.article7.co.uk

Reply via email to