From 4488fd235872b82f29bcc15181d49e82576769dc Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 12 May 2015 21:45:53 -0600 Subject: perldelta: Add a couple more C<>'s --- pod/perldelta.pod | 4 ++-- 1 file 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 in an XSUB is forbidden. -CvPADLIST has been reused for a different internal purpose for XSUBs. Guard all -CvPADLIST expressions with C if your code doesn't already block +C has been reused for a different internal purpose for XSUBs. Guard all +C expressions with C if your code doesn't already block XSUB CV*s from going through optree CV* expecting code. =item * -- cgit v1.2.1