Producing POD summary information in HTML
- by justintime
Is there a tool available that can produce an HTML summary list of perl modules or scripts in a directory tree.
Given
=head1 NAME
wibble.pl - does wibble actions
I would like to see something like
<a href="docsforwibble">wibble.pl</a> - does wibble actions
<a href="docsforwobble">wibble.pl</a> - does wobble actions