Description
Perl modules can start with a lightweight exporter path and only load Sub::Exporter when advanced behavior is required. This helps libraries keep simple imports fast while still supporting richer export features when needed.
It is a developer compatibility library. Users normally see it as a dependency of Perl modules that want flexible exports without always paying the full startup cost.