Description
Perl applications can add plugin discovery and loading behavior to a module with less custom code. This is useful for tools that let optional modules extend commands, formats, checks, or integrations.
It is a developer library. Plugin loading should be limited to trusted paths because plugins are executable code with the same privileges as the host program.