The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.002 - 2016-06-11

  • Eliminte blockers to running under Perl 5.6. The significant change was replacing (?-1) in a regular expression (introduced in 5.9.5) with (??{...}) (going back to Heaven knows when, and used in Regexp::Common back in 2003).

Modules

Parse Perl string literals and string-literal-like things.
Constants needed by PPIx-QuoteLike
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.
Represent insignificant white space.

Examples