perldelta for deparsing "string"->[0]
authorFather Chrysostomos <sprout@cpan.org>
Sat, 31 Dec 2011 05:30:41 +0000 (21:30 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 31 Dec 2011 05:30:41 +0000 (21:30 -0800)
pod/perldelta.pod

index cee972b..8b18e3a 100644 (file)
@@ -105,10 +105,14 @@ XXX
 
 L<B::Deparse> has been upgraded from version 1.10 to version 1.11.
 
-It now deparses open("random string") correctly.  It used to omit the
+It now deparses C<open('random string')> correctly.  It used to omit the
 quotation marks, which did not work if the string were not a valid
 identifier [perl #91416].
 
+A similar bug also affected hash and array elements such as
+C<< 'random string'->[0] >>, which would deparse as C<$random string[0]>.
+This has been fixed.
+
 =item *
 
 L<CGI> has been upgraded from version 3.58 to version 3.59.