Description
Perl frameworks can install generated or imported subroutines into packages with a small API. This is useful for exporters, object systems, and metaprogramming code that builds methods dynamically.
It is an advanced developer library. Installing subs changes package behavior at runtime, so framework code should keep names predictable and covered by tests.