diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-10 00:55:15 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-10 01:23:08 -0700 |
commit | 708e0828b9fb7f9410e9128b0c526901f31b13f9 (patch) | |
tree | 506058ff156728438376fd4a499fbc2954f02cfa | |
parent | 4990a62a04c466665919fa64bb901081eec3ede9 (diff) | |
download | perl-708e0828b9fb7f9410e9128b0c526901f31b13f9.tar.gz |
perldelta for deparsing ${#}{foo} (#117531)
-rw-r--r-- | pod/perldelta.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 005b47e9f2..34324f85ae 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -143,6 +143,9 @@ C<foreach my $lexical> is now deparsed correctly with the B<-p> option. The B<-l> option no longer puts form feeds in the middle of a line when outputting C<map> and C<grep> blocks. [RT #117311] +Elements of C<%#>, such as C<$# {foo}> and C<${#}{foo}> are now deparsed +correctly. [RT #117531] + =item * Test::Harness has been upgraded from version 3.26 to 3.28 |