The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Statocles::App::Perldoc - Render documentation for Perl modules

VERSION

version 0.049

DESCRIPTION

This application generates HTML from the POD in the requested modules.

ATTRIBUTES

inc

The directories to search for modules. Defaults to @INC.

modules

The root modules to find. Required. All child modules will be included. Any module that does not start with one of these strings will not be included.

index_module

The module to use for the index page. Required.

weave

If true, run the POD through Pod::Weaver before converting to HTML

weave_config

The path to the Pod::Weaver configuration file

METHODS

pages

Render the requested modules as HTML.

_weave_module( $path )

Run Pod::Weaver on the POD in the given path

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.