projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a0fad
)
perl5171delta: caller looks beyond cur stack
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 20 Jun 2012 23:05:40 +0000
(16:05 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 20 Jun 2012 23:05:40 +0000
(16:05 -0700)
pod/perl5171delta.pod
patch
|
blob
|
history
diff --git
a/pod/perl5171delta.pod
b/pod/perl5171delta.pod
index
7b94d0f
..
1edb19c
100644
(file)
--- a/
pod/perl5171delta.pod
+++ b/
pod/perl5171delta.pod
@@
-556,8
+556,8
@@
and C<use re 'eval'> isn't needed any more:
=item *
Flow control operators no longer crash. Each code block runs in a new
-dynamic scope, so C<next> etc. will not see
any enclosing loops and
-
C<caller> will not see any calling subroutine
s. C<return> returns a value
+dynamic scope, so C<next> etc. will not see
+
any enclosing loop
s. C<return> returns a value
from the code block, not from any enclosing subroutine.
=item *