The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mojolicious::Plugin::Module::Manager - module manager for Mojolicious.

OVERVIEW

Module manager contains modules and provides methods for access.

Methods

init($self, $app, $conf)

$app

Mojolicious application.

$conf

Keys: conf_dir - directory with application.yaml, mod_dir - directory with modules.

add($self, $name, $module)

$name

Module name (package).

$module

Module object or undef.

get($self, $name)

$name

Module name (package).

SEE ALSO

Mojolicious::Plugin::Module, Mojolicious::Guides, http://mojolicio.us.

COPYRIGHT AND LICENSE

Copyright (C) 2014, Georgy Bazhukov.

This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.