Here is another problem with Apache2/ subdir. perldoc won't search there.

Here is a quick workaround (copied from perldoc):

#!/usr/bin/perl
use Apache2;
use Pod::Perldoc;
exit( Pod::Perldoc->run() );

should we call it 'modperl2doc' and install it during mod_perl installation?


__________________________________________________________________
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