8
0
Stephan Kulow
2014-11-12 09:41:31 +00:00
committed by Git OBS Bridge
parent fd18b532a4
commit 28d9aeb82f
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Nov 12 09:41:09 UTC 2014 - coolo@suse.com
- updated to 1.81
- Fix overly-enthusiastic parenthesis unroller (RT#99503)
revision 1.80 2014-10-05
----------------------------
- Fix erroneous behavior of is_literal_value($) wrt { -ident => ... }
- Explicitly croak on top-level special ops (they didn't work anyway)
revision 1.79 2014-09-25
----------------------------
- New exportable functions: is_literal_value($) and is_plain_value($)
- New attribute 'escape_char' allowing for proper escape of quote_chars
present in an identifier
- Deprecate { "" => \... } constructs
- Treat { -value => undef } as plain undef in all cases
- Explicitly throw on { -ident => undef }
-------------------------------------------------------------------
Mon Sep 15 15:44:40 UTC 2014 - coolo@suse.com