perl5171delta: caller looks beyond cur stack
authorFather Chrysostomos <sprout@cpan.org>
Wed, 20 Jun 2012 23:05:40 +0000 (16:05 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 20 Jun 2012 23:05:40 +0000 (16:05 -0700)
pod/perl5171delta.pod

index 7b94d0f..1edb19c 100644 (file)
@@ -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 subroutines. C<return> returns a value
+dynamic scope, so C<next> etc. will not see
+any enclosing loops. C<return> returns a value
 from the code block, not from any enclosing subroutine.
 
 =item *