Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

    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