The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.70_1

  • Change: 93dc9043ab9ff3c90bff0b8aa8514a692ea4d75b Author: Andrew Kirkpatrick <ubermonk@gmail.com> Date : 2015-10-05 13:43:44 +0000
    • Bump to developer release
  • Change: 6b8d2a4b3d6cc8e68729a11b9d613306d7c13e42 Author: Andrew Kirkpatrick <ubermonk@gmail.com> Date : 2015-10-05 13:34:57 +0000
    • Restrict multiple whitespace tolerance
    • The introduction of \s+ in between all elements led to a missing non-quoted element being mistaken for a gap between two elements. Now \s+ is only matched in between quoted elements where it is unambiguous.
    • Refactored tests so that lines and parsed hashes are adjacent, and included tests for multiple spaces between quoted elements, and the failure to parse due to a missing element.
    • Fixes RT#107511

Modules

Parse a line from an Apache logfile into a hash