Stas Bekman <[EMAIL PROTECTED]> writes: > Joe Schaefer wrote: > > Stas Bekman <[EMAIL PROTECTED]> writes: > > > >>Boris Zentner wrote: > > [...] > > > >>>Right, but using Apache::Request is not so uncommon. > >> > >>May be A-R can be fixed to use a proper inheritance? > > Sorry I haven't been paying attention to this thread. > > If by "proper inheritance" you mean, A-R should require > > Apache::RequestRec when it's running inside mp2, then > > *that* can be fixed easily. > > Boris was talking about Apache-Request objects not working properly with > AUTOLOAD (i.e. the functions lookup isn't getting propagated to AUTOLOAD). > > A-R should load only classes that it needs and never more.
In mp2, Apache::RequestRec *is the base class* for A-R (A-R shouldn't have any AUTOLOAD methods). AFAICT that certainly fits the bill as being a necessity. How can a subclass be expected to work properly if its parent modules aren't available? -- Joe Schaefer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]