>> > the right module and just makes the right sub gets called? >> IIRC MethodLookup does have a 'load all' feature. but other than >> that, see >> Apache::porting. > > > That's fine, but that's introducing bloat (which may not be such a > problem with perfork MPM's, but _may_ be a problem with other MPM's, > particularly based on Perl 5 ithreads).
of course. they are just meant to get you past the porting hurdle. > > Maybe it shouldn't be an AUTOLOAD, but a custom die() handler... ;-) Apache::porting is close to this I think. I haven't used it, but that's how stas has described it. > > Anyway, loading these methods on demand may actually be very useful for > Perl 5 ithreaded based MPM's! :) --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]