Description
Perl code can import one package's symbols into another package deliberately. This is useful for frameworks, test helpers, and modules that need to set up caller namespaces in a controlled way.
It is a developer library for module composition. Importing into another namespace can be confusing if overused, so APIs should make the effect clear.