DocPerl 0.9
This is a major new release of DocPerl. It features new search capabilities,
new POD generation using Pod::POM, a new look and many other minor improvement
through out the code.
The new search capabilities now include full text searching or modules' POD,
as well as searching for function names in modules in addition to the previous
capabilities of searching by module name.
Changes to the look of DocPerl to make the generated POD be similar to CPAN's
style, the old style is still available. Also as part of the new look there
has been the removal of some frames hopefully increasing the usability of
DocPerl. Generation of POD through Pod::POM has simplified resolved some
issues due to the requirement of Pod::HTML to create temporary files and
having to maintain a modified version. Unfortunately not all issues with
Pod::POM have been resolved in particular internal page links.