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

Changes for version 0.000011 - 2017-08-11

  • Further optimized parsing of heredocs
  • Eliminated even more repetition backtracking (bringing the grammar ever closer to DFA-osity)
  • Micro-optimization: Reordered PerlOWS and PerlNWS components to reflect that \n whitespace is more common that # comments or __END__ blocks
  • Made formats and heredocs play nice together by adding a potential heredoc skip at the end of the first line of a format. (Sincere thanks to Merijn)
  • Made interpolating quotelikes work (more) correctly.

Documentation

Generate test of block matching by scouring a source tree
Generate test of statement matching by scouring a source tree

Modules

PPR
Pattern-based Perl Recognizer
Pattern-based Perl Recognizer

Provides

in lib/PPR.pm
in lib/PPR/X.pm