Hi all,

I'm loading a .pm file using PerlPostConfigRequire (1.99_19) and I
can't get it to load without specifying an absolute path. Even if my
module is installed someplace under @INC,

  PerlPostConfigRequire   Apache/Whatever.pm

or even 

  PerlPostConfigRequire   Carp.pm

doesn't work. But 

  PerlRequire                   Carp.pm

works fine.

Is this normal behaviour? 
I couldn't find much documentation specific to PerlPostConfigRequire.


Thanks,

Patrick



-- 
=====================
Patrick LeBoutllier
Laval, Québec, Canada

Reply via email to