You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Gerald Richter <ri...@ecos.de> on 2001/02/07 09:34:32 UTC

Re: @ISA problem (was: Embperl logging)

Neil,

>
> [1175]ERR: 24: Line 3: Error in Perl code: Recursive inheritance
> detected while looking for method 'get_tour' in package
> 'HTML::Embperl::DOC::_3' at
> /www/crazyguyonabike/com/htdocs/journal/contents/init.html line 13.
>

I have fixed this also in the current CVS version. This was due to the fact
that you compile your base templated and the included pages in the same
namespace. EmbperlObject now recoginzes this and sets up @ISA correctly.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




Re: @ISA problem (was: Embperl logging)

Posted by Neil Gunton <ne...@nilspace.com>.
Gerald Richter wrote:

> > [1175]ERR: 24: Line 3: Error in Perl code: Recursive inheritance
> > detected while looking for method 'get_tour' in package
> > 'HTML::Embperl::DOC::_3' at
> > /www/crazyguyonabike/com/htdocs/journal/contents/init.html line 13.
> >
> 
> I have fixed this also in the current CVS version. This was due to the fact
> that you compile your base templated and the included pages in the same
> namespace. EmbperlObject now recoginzes this and sets up @ISA correctly.
> 

Yes, I can confirm that this problem has gone away with the latest CVS.
Bravo. I am doing more testing.

You're on a roll today, Gerald...

Thanks again

-Neil