Expand description
POD documentation extractor for Perl .pm files.
Parses POD (Plain Old Documentation) sections from Perl source files and returns structured documentation suitable for hover display in an LSP.
Structs§
- PodDoc
- Extracted POD documentation from a Perl module.
Functions§
- extract_
pod - Extract POD documentation from a string of Perl source code.
- extract_
pod_ from_ file - Read a file and extract its POD documentation.