summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-09-19 09:11:12 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-09-19 09:11:12 +0100
commit4c9184fdaffeca721447800c5d42fdda958b33e4 (patch)
tree59049e2e65c5edeff9979c7957020a385a6b23e0
parent5c31a0ca13f84758818344f56343f261a77c0759 (diff)
downloadperl-4c9184fdaffeca721447800c5d42fdda958b33e4.tar.gz
perldelta - Add links for rt.perl.org bugs
-rw-r--r--pod/perldelta.pod6
1 files changed, 4 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 831d39c5b1..7fbe869f9f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -404,7 +404,8 @@ XXX Changes (i.e. rewording) of diagnostic messages go here
L<Global symbol "%s" requires explicit package name|perldiag/Global symbol "%s" requires explicit package name (did you forget to declare "my %s"?)>
This message has had '(did you forget to declare "my %s"?)' appended to it,
-to make it more helpful to new Perl programmers. [perl #121638]
+to make it more helpful to new Perl programmers.
+L<[perl #121638]|https://rt.perl.org/Ticket/Display.html?id=121638>
=back
@@ -750,7 +751,8 @@ C<sort subname LIST> now supports lexical subs for the comparison routine.
Aliasing (e.g., via C<*x = *y>) could confuse list assignments that mention
the two names for the same variable on either side, causing wrong values to
-be assigned. [perl #15667]
+be assigned.
+L<[perl #15667]|https://rt.perl.org/Ticket/Display.html?id=15667>
=item *