NAME
Catmandu::Importer::Modules - list installed perl modules in a given namespace
OPTIONS
- namespace
-
namespace for the packages to list
- inc
-
list of library paths (defaults to
@INC
) - max_depth
-
maximum depth to recurse into the namespace e.g. if the namespace is Catmandu::Fix then Catmandu::Fix::add_field has a depth of 1 and Catmandu::Fix::Condition::exists a depth of 2
- pattern
-
filter modules by the given regex pattern