summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-19 21:57:13 -0600
committerKarl Williamson <khw@cpan.org>2015-05-19 22:03:08 -0600
commit715a8ee873bbd6af3c33d629e5676393687edb7f (patch)
tree9d8a2fe41fc646a35f7d438328686e95060eb7cd
parentd1197d7769d2f6dd5dd96834af3daa4179df81b2 (diff)
downloadperl-715a8ee873bbd6af3c33d629e5676393687edb7f.tar.gz
perldelta: Remove 5.21-only changes
As discussed on irc, the person reading this pod shouldn't be interested in intra-5.21 changes.
-rw-r--r--pod/perldelta.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 5b06a6f87a..c5932fae8d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2285,10 +2285,6 @@ C<cv_name()> is a new API function that can be passed a CV or GV. It
returns an SV containing the name of the subroutine, for use in
diagnostics.
-Note that after C<cv_name> was introduced in 5.21.4, it had a C<flags>
-field added in 5.21.5 which allows the caller to specify whether the name
-should be fully qualified. See L<perlapi/cv_name>.
-
L<[perl #116735]|https://rt.perl.org/Ticket/Display.html?id=116735>
L<[perl #120441]|https://rt.perl.org/Ticket/Display.html?id=120441>