This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #118139] Storable 2.42 - die in global destruction
authorReini Urban <rurban@x-ray.at>
Tue, 28 May 2013 20:46:12 +0000 (22:46 +0200)
committerAbhijit Menon-Sen <ams@toroid.org>
Sat, 13 Jul 2013 16:44:59 +0000 (22:14 +0530)
commitf17010dab44137f3fb45ce35aa343cad9fc8fe0b
tree0c33b53b52bb16eb32aebc680ca3be9203f55183
parent9f49f5e94687bc5f687292b495ab34349ed4d65a
[perl #118139] Storable 2.42 - die in global destruction

Protect against SEGV during global destruction, e.g. when used
in DESTROY blocks.

[Part of a patch submitted by Reini. MANIFEST change added by the committer]
MANIFEST
dist/Storable/ChangeLog
dist/Storable/Storable.pm
dist/Storable/t/destroy.t [new file with mode: 0644]