On Sat, 13 May 2000, Kenneth Lee wrote:

> I see this error message in my error_log,
> 
> [Sat May 13 13:06:38 2000] [error]    (in cleanup) Undefined method
> HTML::FastTemplate::DESTROY at
> /usr/lib/perl5/site_perl/5.6.0/i686-linux/Apache/Registry.pm line 144
> 
> Does it mean that I have to add a dummy DESTORY() in my package? Is there 
> any docs discussing this already?

sounds like a broken AUTOLOAD function.  "Undefined method" is not an
error message from Perl, where is that coming from?  in any case, a dummy
DESTROY should bandaid just fine.

Reply via email to