This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Storable 3.05_09: compute stacksize
authorReini Urban <rurban@cpan.org>
Thu, 9 Mar 2017 08:49:31 +0000 (09:49 +0100)
committerTony Cook <tony@develop-help.com>
Thu, 8 Feb 2018 02:57:55 +0000 (13:57 +1100)
commitdd7f75e0fb1d13de11fce9eb3ae22723df606286
tree43cb21cdbb0a66d587b683a8efe81b08ef5827a9
parent04ef8d9d5ec072d9d077e195f0db0ce6718be7dc
Storable 3.05_09: compute stacksize

(cherry picked from commit a10c78df8c03018ce50f0885bb6b6a5509d9e58f)

TonyC:
 - dist/Storable/t/recurse.t is still crashing on a stack overflow

Conflicts:
Porting/Maintainers.pl
dist/.gitignore
dist/Module-CoreList/lib/Module/CoreList.pm
dist/Storable/Storable.pm
pod/perlcdelta.pod
t/porting/customized.dat
12 files changed:
MANIFEST
dist/.gitignore
dist/Storable/ChangeLog
dist/Storable/Makefile.PL
dist/Storable/README
dist/Storable/Storable.xs
dist/Storable/__Storable__.pm
dist/Storable/stacksize [new file with mode: 0644]
dist/Storable/stacksize_in.h [new file with mode: 0644]
dist/Storable/t/leaks.t
dist/Storable/t/recurse.t
dist/Storable/t/tied_reify.t [new file with mode: 0644]