From: Jesse Luehrs Date: Tue, 19 Oct 2010 16:25:49 +0000 (-0500) Subject: changelog X-Git-Tag: 1.17~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=83080ae410bd32a6d439ff4837e2f4f0c84fe79f;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index 59f02a4..813d2e9 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +NEXT + + [BUG FIXES] + + * Wrap inline_get_value results in parentheses when dereferencing them, + because perl goes crazy trying to parse @{do {...}}. (Scott, doy) + 1.16 Mon, Oct 18, 2010 [ENHANCEMENTS]