Re: handler inheritance

2004-02-11 Thread Sebastian Riedel
Perrin Harkins wrote: On Wed, 2004-02-11 at 15:27, Sebastian Riedel wrote: No, that doensn't work, it just gives this failure: [Wed Feb 11 21:22:59 2004] [error] Undefined subroutine &MyHandler::SubClass->handler::handler called. Oh! I forgot you need to protoype the handler method with

Re: handler inheritance

2004-02-11 Thread Perrin Harkins
On Wed, 2004-02-11 at 15:27, Sebastian Riedel wrote: > No, that doensn't work, it just gives this failure: > > [Wed Feb 11 21:22:59 2004] [error] Undefined subroutine > &MyHandler::SubClass->handler::handler called. Oh! I forgot you need to protoype the handler method with ($$). See http://per

Re: handler inheritance

2004-02-11 Thread Sebastian Riedel
Perrin Harkins wrote: On Wed, 2004-02-11 at 15:10, Sebastian Riedel wrote: SetHandler perl-script PerlHandler MyHandler::SubClass Try PerlHandler MyHandler::SubClass->handler - Perrin No, that doensn't work, it just gives this failure: [Wed Feb 11 21:22:59 2004] [error] U

Re: handler inheritance

2004-02-11 Thread Perrin Harkins
On Wed, 2004-02-11 at 15:10, Sebastian Riedel wrote: > > SetHandler perl-script > PerlHandler MyHandler::SubClass > Try PerlHandler MyHandler::SubClass->handler - Perrin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

handler inheritance

2004-02-11 Thread Sebastian Riedel
Hi, I have a problem with mod_perl and base.pm, maybe it's a bug, but i'm not sure yet. Test machine is: Debian unstable with Apache 1.3.29, mod_perl 1.29 and Perl 5.8.3 This is the failure message from error.log: [Wed Feb 11 19:22:56 2004] [error] Undefined subroutine