NAME

Incunabulum::Model -- Logic and / or data store.

SYNOPSIS

No user-serviceable parts inside for the moment.

DESCRIPTION

The Model component of the MVC framework implements domain logic and possibly data storing / retrieving. Incunabulum Models do both.

establish_model

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.

Calls the Model plugins to perform domain logic on the semantics of the request, and to obtain data to feed to the View.

get_wanted_conf_data

Polls the Model plugins for the configuration variables they require.

SEE ALSO

Incunabulum.