summaryrefslogtreecommitdiff
path: root/dist/.gitignore
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2018-01-10 11:32:43 +1100
committerTony Cook <tony@develop-help.com>2018-02-08 13:58:14 +1100
commitc0e3b4b51cabf15ed8fc5f564dfeea31c25f5239 (patch)
treeb7781d7bde6800522f3b4cf56ed46bd59fb6551d /dist/.gitignore
parentd6ecacbcfb0cb2280a237e991e0a57ff707e4e42 (diff)
downloadperl-c0e3b4b51cabf15ed8fc5f564dfeea31c25f5239.tar.gz
(perl #127743) re-work recursion limit handling
Previously this worked by calculating the limits and then rebuilding Storable.so, this meant Storable.so was built twice meaning a new make would then rebuild its dependencies. This was also a hard limit, so if Storable's user knew the available stack space changed they would need to rebuild Storable to adapt. This also allows for successful static Storable builds. I also updated the stacksize tool to prevent popping up segfault error messages at the user on Win32. Since I was still seeing test failures in recurse.t on a variety of platforms, I made the default limit calculations even more conservative.
Diffstat (limited to 'dist/.gitignore')
-rw-r--r--dist/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/.gitignore b/dist/.gitignore
index ffdec3fc2c..2120f50040 100644
--- a/dist/.gitignore
+++ b/dist/.gitignore
@@ -6,6 +6,6 @@ pm_to_blib
Makefile
Makefile.PL
ppport.h
-Storable/stacksize.h
+Storable/lib/Storable/Limit.pm
Time-HiRes/*.inc
Time-HiRes/xdefine