projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
413d5c3
)
add note of 789bd8 .. 03d5bc rev ids to UNDERBAR/etc. delta entry
Matt S Trout [Thu, 17 Jun 2010 04:29:19 +0000 (
05:29
+0100)]
pod/perl5132delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5132delta.pod
b/pod/perl5132delta.pod
index
2cb7143
..
e3a6392
100644
(file)
--- a/
pod/perl5132delta.pod
+++ b/
pod/perl5132delta.pod
@@
-259,7
+259,7
@@
its design was insufficient to reliably get the lexical C<$_> at run-time.
Use the new C<find_rundefsv> function or the C<UNDERBAR> macro instead.
They directly return the right SV representing C<$_>, whether it's lexical
-or dynamic.
+or dynamic (789bd8 .. 03d5bc).
=item *