Subject: | Implement Storable hooks to prevent segmentation faults |
As discussed on the Perl Maintainers bug tracker, DB_File would benefit from implementing hooks for Storable:
https://rt.perl.org/rt3//Public/Bug/Display.html?id=115972
Hooks are described at http://search.cpan.org/~ams/Storable-2.39/Storable.pm#Hooks and implementing them in DB_File would make it possible to use freeze/thaw operations on objects that are linked to a DB_File object without segfaulting.
Cheers,
Florent