Andrew Green wrote:
> 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
>       );

sorry, no - you can't currently push a method handler like that.  see the

  * method handler cached-CVs

entry in the STATUS file that ships with mod_perl-1.0 for some relevant links.

--Geoff

Reply via email to