Hi!
Seems like this one is broken :-( Watch:
lexxsrv:nscp 1> DbsTree d ::d lexxsrv:nscp 2> d mixin XXXTree expected a class as mixin but got XXXTree lexxsrv:nscp 3> d mixin XXXTree lexxsrv:nscp 3>
The first time it broke, the second time it did. All of the classes are loaded on demand by the __unknown mechanism.
If I hoever do this:
lexxsrv:nscp 1> XXXTree ::XXXTree lexxsrv:nscp 2> DbsTree d ::d lexxsrv:nscp 3> d mixin XXXTree
all is fine.
I do not know when this crept in since we are still using the 1.1 for our production server. I'm now starting to move all to 1.3 and, peng!
Please help! Zoran