Description
Perl tools can inspect a package and list constants declared inside it. This is useful for documentation generators, diagnostics, compatibility checks, and test suites that need to understand a module's exported values.
It is a developer library. The result reflects Perl package internals, so tools should treat it as implementation detail unless the module documents those constants as public API.