Root - the root of all persistent components
new Podius::Component::Root(
new Parse::PerlConf("config.txt"),
['Edition', [1]]
)
Should be usually passed to the component cache constructor.
The only non-persistent component in the component cache.
the Exception manpage, the Podius::Component manpage, the Podius::Property::ComponentCollection manpage, the Parse::PerlConf manpage.
Optionally configuration object and array ref for initialization of the
main components property in form: [ type, [ id ]+ ].
Any component can ask for constants, defined in configuration of the root of the component tree. Throws error, unless defined root for this component.