summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-19 23:02:05 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-19 23:02:05 -0800
commitb484d00e645261af8f21c71d6fa9617088b31182 (patch)
tree6e9aa350d7af32da8ce7685cc788ffb7c9f1075f
parent4bcb627b0327790995dd11c1a05bf5e6a25792ee (diff)
downloadperl-b484d00e645261af8f21c71d6fa9617088b31182.tar.gz
perldelta: another bug number
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 76260d0a42..6d3138e426 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -643,7 +643,7 @@ assigned to the next argument to C<printf> or C<sprintf> now actually
assigns the number of characters, instead of the number of bytes.
It also works now with special lvalue functions like C<substr> and with
-nonexistent hash and array elements [perl #103492].
+nonexistent hash and array elements [perl #3471, #103492].
=item * Typeglobs and threads