Description
Developer tools can parse Perl source code as documents without executing it. This is useful for linters, refactoring tools, documentation helpers, and analyzers that need to inspect code structure safely.
It is a source-code analysis library. Static parsing does not understand every runtime behavior, so tools should avoid claiming that parsed structure proves code is safe or correct.