NAME

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

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

template_dir

The directory (inside the theme directory) to use for this app's templates. Defaults to blog.

METHODS

pages

    my @pages = $app->pages;

Render the requested modules as HTML. Returns an array of Statocles::Page objects.