2e3ca5f13f
Module::Loader provides methods for finding modules in a given namespace, and then loading them. It is intended for use in situations where you're looking for plugins, and then loading one or more of them. This module was inspired by Mojo::Loader, which I have used in a number of projects. But some people were wary of requiring Mojolicious just to get a module loader, which prompted me to create Module::Loader. WWW: https://metacpan.org/release/Module-Loader
9 lines
465 B
Text
9 lines
465 B
Text
Module::Loader provides methods for finding modules in a given namespace, and
|
|
then loading them. It is intended for use in situations where you're looking for
|
|
plugins, and then loading one or more of them.
|
|
|
|
This module was inspired by Mojo::Loader, which I have used in a number of
|
|
projects. But some people were wary of requiring Mojolicious just to get a
|
|
module loader, which prompted me to create Module::Loader.
|
|
|
|
WWW: https://metacpan.org/release/Module-Loader
|