perldelta for deparsing ${#}{foo} (#117531)
authorFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 07:55:15 +0000 (00:55 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 08:23:08 +0000 (01:23 -0700)
pod/perldelta.pod

index 005b47e..34324f8 100644 (file)
@@ -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