Randy Kobes wrote:
On 9 Mar 2003 [EMAIL PROTECTED] wrote:

+use Apache::TestConfig ();


I didn't put that in before, as I realized later
Apache::TestConfig is used by Apache::Test, which was already
use()d.

Sorry about that, Randy. I thought you have just committed an older patch.


Would it be good practice though to use it explicitly
like this, so as not to rely on, eg, Apache::Test pulling it in?

I believe it's a good practice to include the modules that are used and not rely on some other module to do that. Because one day it may stop using that module. In any case it doesn't cost in performance to explicitly load all modules used in every package.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


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



Reply via email to