perl-lsp-critic-parser 0.12.2

SRP microcrate for parsing Perl::Critic output lines
Documentation
1
2
3
4
5
6
7
8
9
10
# perl-lsp-critic-parser

Standalone SRP microcrate for parsing `perlcritic --verbose` output.

## Responsibility

- Parse newline-delimited `perlcritic` records into structured fields
- Handle policy names containing `::`
- Preserve message text (including additional `:` characters)
- Tolerate platform-specific file paths (including Windows drive letters)