Re: [mp1] Method handler that eventually seems to "forget" it's a method handler

[prev] [thread] [next] [Date index for 2005/02/02]

From: Andrew Green
Subject: Re: [mp1] Method handler that eventually seems to "forget" it's a method handler
Date: 15:25 on 02 Feb 2005
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       andrew@xxxxxxxx.xx.xx | www.article7.co.uk

Re: [mp1] Method handler that eventually seems to "forget" it's a method handler
Andrew Green 15:25 on 02 Feb 2005

Generated at 12:39 on 05 Feb 2005 by mariachi v0.52