NAME

Incunabulum::Controller -- Programmatic entrypoints into the Incunabulum MVC framework.

SYNOPSIS

No user-serviceable parts inside. You should be (surprise!) using a plugin instead of this module.

DESCRIPTION

The Controller aspect of the MVC framework, as Incunabulum realises it, implements domain-specific programmatic entrypoints into the software. What this means is that the various Controllers contain code that serve as the main method of accomplishing tasks in Incunabulum, each catered to the particular environment in which code will be calling Incunabulum. For example, there's one for accessing Incunabulum via mod_perl 2.

get_wanted_conf_data

NOTE: This documentation placed here so Test::Pod::Coverage is happy. I know that I should document (and test...) this code better. But that's not really feasible with a non-existent API definition.

Polls the Controller plugins for configuration data they require.

SEE ALSO

Incunabulum.