perldelta for 2186f87343
authorFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 22:43:00 +0000 (14:43 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 22:48:41 +0000 (14:48 -0800)
pod/perldelta.pod

index 475aad4..ff5f69a 100644 (file)
@@ -257,7 +257,11 @@ XXX Changes (i.e. rewording) of diagnostic messages go here
 
 =item *
 
-XXX Describe change here
+L<%%s[%s] in scalar context better written as $%s[%s]|perldiag/"%%s[%s] in scalar context better written as $%s[%s]">:
+
+This warning now occurs for any C<%array[$index]> or C<%hash{key}> known to
+be in scalar context at compile time.  Previously it was worded "Scalar
+value %%s[%s] better written as $%s[%s]".
 
 =back