summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-12 21:45:53 -0600
committerKarl Williamson <khw@cpan.org>2015-05-12 21:53:12 -0600
commit4488fd235872b82f29bcc15181d49e82576769dc (patch)
treef705291a5127d237bd83ed5ac55e38dcd3f5afd0
parent2621aeba198cdc6f093f5209f73537bc9b9f3210 (diff)
downloadperl-4488fd235872b82f29bcc15181d49e82576769dc.tar.gz
perldelta: Add a couple more C<>'s
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 266f942ec0..9bc926d99c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2064,8 +2064,8 @@ L<[perl #123103]|https://rt.perl.org/Ticket/Display.html?id=123103>.
=item *
Starting in 5.21.6, accessing L<perlapi/CvPADLIST> in an XSUB is forbidden.
-CvPADLIST has been reused for a different internal purpose for XSUBs. Guard all
-CvPADLIST expressions with C<CvISXSUB()> if your code doesn't already block
+C<CvPADLIST> has been reused for a different internal purpose for XSUBs. Guard all
+C<CvPADLIST> expressions with C<CvISXSUB()> if your code doesn't already block
XSUB CV*s from going through optree CV* expecting code.
=item *