summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldelta.pod')
-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>