Description
Perl applications can discover installed modules that belong to a namespace or category. This is useful for plugin systems, optional feature loading, and tools that need to find related modules automatically.
It is a developer library. Automatic module discovery should be scoped carefully so software does not load unexpected code from untrusted library paths.