slackbuilds_ponce/perl/perl-PPIx-QuoteLike
Charadon f15094593f perl/perl-PPIx-QuoteLike: Added (Parse Perl string literals).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-04 09:30:15 +07:00
..
perl-PPIx-QuoteLike.info
perl-PPIx-QuoteLike.SlackBuild
README
slack-desc

This Perl class parses Perl string literals and things that are
reasonably like string literals. Its real reason for being is to find
interpolated variables for Perl::Critic policies and similar code.
The parse is fairly straightforward, and a little poking around with
eg/pqldump should show how it normally goes.