Expand description
Document links provider for Perl LSP protocol compatibility.
This crate provides document link detection for Perl source files,
identifying use, require module statements, and file includes.
Functionsยง
- compute_
links - Computes document links for a given Perl document.