From: Matt S Trout Date: Thu, 17 Jun 2010 02:43:13 +0000 (+0100) Subject: fix typo in $_ handling change explanation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f4b91f50ba5b712edaecaa9149b2efd1ab67235a;p=p5sagit%2Fp5-mst-13.2.git fix typo in $_ handling change explanation --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index 3b2a419..4897358 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -217,7 +217,7 @@ XXX Changes which affect the interface available to C code go here. =item * -The C function has been deprecated. It appeared that +The C function has been deprecated. It appeared that its design was insufficient to reliably get the lexical C<$_> at run-time. Use the new C function or the C macro instead.