Description
Perl modules can export functions and symbols through an alternative interface that stays compatible with common Exporter-style usage. This helps library authors offer cleaner import behavior without forcing callers to learn a completely different pattern.
It is a developer support module. End users normally receive it because another Perl library uses it to expose its API.