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.028

DESCRIPTION

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

ATTRIBUTES

url_root

The URL root of this application. All pages from this app will be under this root. Use this to ensure two apps do not try to write the same path.

theme

The theme for this app. See "THEME" for what templates this app uses.

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) 2014 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.