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

index 982c6dd..532f100 100644 (file)
@@ -1,7 +1,7 @@
 =encoding utf8
 
 =for comment
-This has been completed up to cb1f05e8f.
+This has been completed up to b861b87ff.
 
 =head1 NAME
 
@@ -116,6 +116,10 @@ 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.
 
+Those same syntaxes used to drop the package name from variables beginning
+with a punctuation mark, as in C<< "foo::]"->{$key} >>.  This, too, has
+been fixed.
+
 =item *
 
 L<CGI> has been upgraded from version 3.58 to version 3.59.