In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/aad1d01f8120094381e88346b64f3558d2c6e66b?hp=f337e9820d63f3c977ef7cc7f581b09d9f2a6e2c>

- Log -----------------------------------------------------------------
commit aad1d01f8120094381e88346b64f3558d2c6e66b
Author: Nicholas Clark <[email protected]>
Date:   Tue Jun 23 23:01:41 2009 +0100

    Note that the "Deep recursion" depth warning threshold can be changed from 
100.
-----------------------------------------------------------------------

Summary of changes:
 pod/perldiag.pod |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 4beacc3..9f13d6e 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1408,6 +1408,9 @@ L<perlfunc/pack>.
 infinite recursion, unless you're writing strange benchmark programs, in
 which case it indicates something else.
 
+This threshold can be changed from 100, by recompiling the F<perl> binary,
+setting the C pre-processor macro C<PERL_SUB_DEPTH_WARN> to the desired value.
+
 =item defined(@array) is deprecated
 
 (D deprecated) defined() is not usually useful on arrays because it

--
Perl5 Master Repository

Reply via email to