Description
Perl modules can remove imported functions from their namespace after they are used during setup. This keeps public APIs smaller and avoids surprising method names in classes or roles.
It is a developer library. Users normally see it only as a dependency required by Perl frameworks and modules that manage namespaces carefully.