> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 26, 2001 1:31 AM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: modperl/Apache Apache.pm
> 
> 
> dougm       01/04/25 22:30:46
> 
>   Modified:    .        Changes
>                Apache   Apache.pm
>   Log:
>   fix double-loading bug of Perl{Require,Module}s at startup time

hmmm... has anyone else noticed some strange behavior here?  it seems that
since this patch went in I can't use startup.pl
to preload my modules in such a way that my custom directives get seen as
well...

I mean, that I used to use just
use Apache::Dispatch;
in a startup.pl and my custom directives would work just fine.  

now, I get errors unless I use
PerlModule Apache::Dispatch

maybe I was taking advantage of a feature I shouldn't have been using?

--Geoff


Reply via email to