(Fwd) Re: [Maypole] Leakage of model? data on same apache, dif
Simon Wistow
simon@thegestalt.org
Mon, 14 Jun 2004 10:17:42 +0100
On Sun, Jun 13, 2004 at 12:29:31PM +0100, Steve@cat-and-mouse.demon.co.uk said:
> and added the following to BeerDB, and other effected modules:
>
> use Class::Data::Inheritable;
> BeerDB->mk_classdata('config');
> __PACKAGE__ -> config({});
>
> Its not a solution, but seems to clear up the symptoms for me at the moment at least, I
> guess that the interactions with Class::Data::Inheritable are not going as would be
> expected.
Didn't work for me
Compilation failed in require at (eval 41) line 3.
...propagated at /usr/local/perl580/lib/5.8.0/base.pm line 64.
BEGIN failed--compilation aborted at
/usr/local/perl580/lib/site_perl/5.8.0/Apache/MVC.pm line 2.
Compilation failed in require at (eval 40) line 3.
...propagated at /usr/local/perl580/lib/5.8.0/base.pm line 64.
BEGIN failed--compilation aborted at
/virtual/thegestalt.org/www/html/thingstodo/ThingsTodo.pm line 11.
Compilation failed in require at (eval 38) line 1.
I tried playing around with BEGIN blocks and whatnot but no joy.