summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-10-20 21:06:10 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2017-10-20 21:06:10 +0100
commit90b5342a648a0f4fd2aa8e8f0847e5d122a09383 (patch)
tree2613732bbe2740f5bdf63b055e7727d1f5c2a1ac
parent473d5668ac081d7e33c8829fb8643018be38e34b (diff)
downloadperl-90b5342a648a0f4fd2aa8e8f0847e5d122a09383.tar.gz
perldelta - Fix broken links
-rw-r--r--pod/perldelta.pod9
1 files changed, 5 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 1e18679e94..b30c767a5b 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -167,10 +167,11 @@ L<[perl #120174]|https://rt.perl.org/Public/Bug/Display.html?id=120174>
=item *
-L<splice()|perlfunc/splice()> now throws an exception ("Modification of a
-read-only value attempted") when modifying a read-only array. Until now it had
-been silently modifying the array. The new behaviour is consistent with the
-behaviour of L<push()|perlfunc/push()> and L<unshift()|perlfunc/unshift()>.
+L<splice|perlfunc/splice ARRAY,OFFSET,LENGTH,LIST> now throws an exception
+("Modification of a read-only value attempted") when modifying a read-only
+array. Until now it had been silently modifying the array. The new behaviour
+is consistent with the behaviour of L<push|perlfunc/push ARRAY,LIST> and
+L<unshift|perlfunc/unshift ARRAY,LIST>.
L<[perl #131000]|https://rt.perl.org/Public/Bug/Display.html?id=131000>
=back