Skip Menu |

This queue is for tickets about the Tree-DAG_Node CPAN distribution.

Report information
The Basics
Id: 4666
Status: resolved
Priority: 0/
Queue: Tree-DAG_Node

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.04
Fixed in: (no value)



Subject: you should use WeakRef and weaken the mother attribute
you should use WeakRef and weaken the mother attribute or use Scalar::Util's weaken instead
WeakRef didn't exist when I wrote this module, and adding use of it now could break compatibility: people passing around subnodes could no longer rely on the rest of each node's tree being preserved.