On Thu, Feb 07, 2002 at 11:49:06AM +0000, Tony Bowden wrote: > There doesn't appear to be anything that does what I want, so I'll > probably end up writing it, but I just thought I'd check first ...
I once started writing a Class::Facade module to handle this kind of thing, but I don't think I ever finished it. I'll have a look and see if I can dig it out. It didn't do a lot - just created wrapper subs which called onto the delegate. A
