On Tue, 2004-01-20 at 16:02, Boris Zentner wrote:
> just to clarify it, I mean it like Perrin but not that stong, I have no 
> problem to load a package to use it. My problem is to load package bar to 
> fill methods for package foo.

When someone passes your handler a live $r object, you shouldn't have to
load that module to use it, since the code that is passing you $r must
have already loaded the class in order to make a $r object.  On the
other hand, if you need to actually call a method like
Apache::RequestRec->foo() then you should explicitly load that class.

- Perrin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to