Re: [Fwd: [rt.cpan.org #30061] $r->pnotes stores aliases not copies so is subject to action at a distance]

2007-11-06 Thread Geoffrey Young
Geoffrey Young wrote: > so, I've been thinking a bit about this and I think I recall the > original reasoning way back when... > > my $obj = $class->new(); > $r->pnotes(OBJ => $obj); > > I am almost certain that this was the original use case for pnotes as I > dig into my mind and recall th

[Fwd: [rt.cpan.org #30061] $r->pnotes stores aliases not copies so is subject to action at a distance]

2007-11-06 Thread Geoffrey Young
so, I've been thinking a bit about this and I think I recall the original reasoning way back when... my $obj = $class->new(); $r->pnotes(OBJ => $obj); I am almost certain that this was the original use case for pnotes as I dig into my mind and recall the time on the list where folks were like