summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-06-17 08:27:30 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-06-17 08:28:54 -0700
commite03ef78349be83e1c0f4256323c3871902b5f8b9 (patch)
tree9c18e4f5deb2d0cf7f11d7465b65b9fd8ac95222
parent4dbb339a42f47d222b16b1c32189decd83eecfda (diff)
downloadperl-e03ef78349be83e1c0f4256323c3871902b5f8b9.tar.gz
Correct a bug number in perldelta
Commit 3ed94dc0 fixed #91844, not #81944, as it claimed.
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index fadb4c437b..b4b3b3b9bb 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1226,7 +1226,7 @@ Perl skips copying values returned from a subroutine if it thinks the value
is not in use elsewhere. Due to faulty logic, this would happen with the
result of C<delete>, C<shift> or C<splice>, even if the result was
referenced elsewhere. So C<< \sub { delete $_[0] }->($x) >> would return a
-reference to C<$x>. This has been fixed [RT #81944].
+reference to C<$x>. This has been fixed [RT #91844].
=back