Changes for version 0.015 - 2021-02-05
- Handle <<\EOD and <<~\EOD, which are equivalent to <<'EOD' and <<~'EOD', respectively.
- Recognize indented here documents. Thanks to Olaf Alders (oalders) for alerting me to this omission.
Modules
Parse Perl string literals and string-literal-like things.
Constants needed by PPIx-QuoteLike
Dump the results of parsing quotelike things
Represent any token.
Represent case and quote control
Represent a string delimiter
Represent an interpolation
Represent an uninterpolated string
Represent the structure of the string.
An unknown token
Represent insignificant white space.
Utility subroutines for PPIx::QuoteLike;