PaulHowarth/Blog/2013-11-16

Saturday 16th November 2013

Local Packages

  • Updated perl-PPIx-Regexp to 0.035:

    • Properly handle multi-character modifiers like /ee; we now handle /eie as being the same as /eei

    • Properly handle \g and \k back references that do not correspond to an actual capture group; they are now re-blessed into the unknown token, and counted as errors

    • Add method error() to PPIx::Regexp::Element; this should return an error message when the element is in error - normally when it has been blessed into the unknown token or structure

    • Add method modifier_asserted() to PPIx::Regexp::Element; this walks the parse tree backwards to determine if the given modifier is in effect for the element


Recent