For what it's worth, I had to do this instead:
BEGIN { unshift(@INC, qw(lib extlib)); }
That's odd, because that's almost exactly equivalent to a "use lib" call. Are you running this under PerlRun? PerlRun executes BEGIN blocks every time, but Registry only executes them once. It would be good to try to get things running under Registry, since it's significantly faster.
- Perrin
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html