in reply to Re^3: App::perlbrew - Compiling Perl with thread support
in thread App::perlbrew - Compiling Perl with thread support
Thanks for the update.
The INSTALL file on CPAN is also easier to read as a web link as it's in HTML format.
I found some documentation for PERL_SUB_DEPTH_WARN in perldiag and perl5101delta. The default setting of 100 is fine for me; I can always use no warnings 'recursion'; on the rare occasions where I might exceed this.
Thanks also for the script: I can see the rationale behind your naming convention.
-- Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: App::perlbrew - Compiling Perl with thread support
by ikegami (Patriarch) on Feb 16, 2012 at 02:21 UTC | |
by kcott (Archbishop) on Feb 16, 2012 at 09:42 UTC |