Skip Menu |

This queue is for tickets about the Hyper CPAN distribution.

Report information
The Basics
Id: 42099
Status: resolved
Worked: 6 hours (360 min)
Priority: 0/
Queue: Hyper

People
Owner: ac0v [...] sys-network.de
Requestors: STEFFENW [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: (no value)



Subject: Hyper::Control::Base::BTree - The selection will be lost.
change sub STORABLE_thaw_post { # Storable restores weak references as normal references # weaken up-reference in tree after thawing Scalar::Util::weaken($parent_of{ ident $_[0] }) if defined $parent_of{ ident $_[0] }; } to sub STORABLE_thaw_post { # Storable restores weak references as normal references # weaken up-reference in tree after thawing Scalar::Util::weaken($parent_of{ ident $_[0] }) if defined $parent_of{ ident $_[0] }; $_[0]->SUPER::STORABLE_thaw_post(); }
Thanks for reporting. Fixed in 0.05 - this version has entered cpan today.