From 545130a1eccc1658d4aaaca72c0e638010037b97 Mon Sep 17 00:00:00 2001 From: mr-mixas Date: Sun, 5 Nov 2017 01:14:44 +0300 Subject: [PATCH] 0.72 --- Changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changes b/Changes index a9a7728..c6b5fd2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for Struct-Path-PerlStyle +0.72 2017-11-05 + drop support for perl <= 5.008 (regexp_pattern absent in re pragma) + spaces as hash keys delimiters are deprecated (ambigous) + hash keys regexps serialization supported + hash keys regex parsing fixed and improved + parsing/serialization escape sequences in hash keys fixed + sane errors for undefs as array indexes on path serialization + 0.71 2017-10-15 ranges composer in ps_serialize() optimized a bit $_ mangling in ps_parse() fixed