Description
Perl modules can export functions and symbols with more flexibility than the core Exporter while keeping dependencies small. This helps library authors provide clean import options without pulling in a large framework.
It is a developer support module. End users normally receive it because another Perl library uses it to expose its API.