diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 3c564e45f5ba..f66c63f05eac 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -643,8 +643,8 @@ fact the above code is equivalent to BEGIN { $n+=2 } BEGIN { $n+=1 } -which makes it obvious why a ${^MAX_EVAL_BEGIN_DEPTH} of 1 would not -block this code. +which makes it obvious why a ${^MAX_NESTED_EVAL_BEGIN_BLOCKS} of 1 +would not block this code. Only C's executed inside of an C or C (possibly via C) are affected.