Installation is super easy. Just do:
<Files *.pod>
SetHandler perl-script
PerlHandler Apache::Pod::HTML
</Files>
<Location/perldoc>
SetHandler perl-script
PerlHandler Apache::Pod::HTML
</Location>
and now all *.pod files are rendered as HTML, and http://your.server/perldoc/Module::Name will do docs for Module::Name.
And, if you prefer text, change the
Great module (Score:1)
Tt's quite a cool module, thanks.
Re:Great module (Score:2)
--
xoa