Skip Menu |

This queue is for tickets about the Devel-Events-Objects CPAN distribution.

Report information
The Basics
Id: 57891
Status: stalled
Priority: 0/
Queue: Devel-Events-Objects

People
Owner: Nobody in particular
Requestors: LEEDO [...] cpan.org
Cc:
AdminCc:

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



Subject: dies on an AnyEvent::Util::guard object
It appears that the reftype of an AnyEvent::Util::guard is REF, which is not handled by Devel::Events::Generator::Objects::track_object. I'm not sure what the best way to handle this is, but I was able to get around this by dereferencing and recursively calling track_object.
Subject: Re: [rt.cpan.org #57891] dies on an AnyEvent::Util::guard object
Date: Thu, 27 May 2010 12:53:33 +0300
To: bug-Devel-Events-Objects [...] rt.cpan.org
From: Yuval Kogman <nuffin [...] cpan.org>
That works perfectly, thanks!
Also, I'll try to write a test for this when I have some time.