Skip Menu |

This queue is for tickets about the HTML-TreeBuilder-XPath CPAN distribution.

Report information
The Basics
Id: 68896
Status: resolved
Priority: 0/
Queue: HTML-TreeBuilder-XPath

People
Owner: Nobody in particular
Requestors: gbarr [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.13



Subject: use Scalar::Util::weaken
Date: Fri, 17 Jun 2011 11:27:10 -0500
To: bug-HTML-TreeBuilder-XPath [...] rt.cpan.org
From: Graham Barr <gbarr [...] pobox.com>
I have just submitted a patch to HTML::Element to use weak references for the _parent link. https://github.com/jfearn/HTML-Tree/issues I just noticed when fetching that link that someone else posted a patch too :) Attached is a patch to ::XPath to ensure _parent is a weakref Graham.

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #68896] use Scalar::Util::weaken
Date: Fri, 17 Jun 2011 18:30:05 +0200
To: bug-HTML-TreeBuilder-XPath [...] rt.cpan.org
From: mirod <xmltwig [...] gmail.com>
On 06/17/2011 06:27 PM, Graham Barr via RT wrote: Show quoted text
> Fri Jun 17 12:27:32 2011: Request 68896 was acted upon. > Transaction: Ticket created by gbarr@pobox.com > Queue: HTML-TreeBuilder-XPath > Subject: use Scalar::Util::weaken > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: gbarr@pobox.com > Status: new > Ticket<URL: http://rt.cpan.org/Ticket/Display.html?id=68896> > > > I have just submitted a patch to HTML::Element to use weak references for the _parent link. > > https://github.com/jfearn/HTML-Tree/issues > > I just noticed when fetching that link that someone else posted a patch too :) > > Attached is a patch to ::XPath to ensure _parent is a weakref
Thanks, I'll apply it this weekend and release a new version. -- mirod