Any way to make StatINC work for imported modules?

2001-05-16 Thread Thomas K. Burkholder
Hi, I'm using mod_perl without the registry, because it seems a bit faster and, well, more elegant. This means, in essence, that the configuration is: PerlInitHandler Apache::StatINC PerlSetEnv PERL5LIB /home/burkhold/perl/local/share/perl/5.6.0 SetHandler 'perl-script' PerlHandler '

Re: Any way to make StatINC work for imported modules?

2001-05-16 Thread Thomas K. Burkholder
Whoops. Pilot error. Cancel that. Sorry. //Thomas "Thomas K. Burkholder" wrote: > Hi, > > I'm using mod_perl without the registry, because it seems a bit faster > and, well, more elegant. This means, in essence, that the configuration > is: > > PerlInitHandler Apache::StatINC > PerlSetEnv P