Skip to main content

Crate perl_pod

Crate perl_pod 

Source
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.