Skip Menu |

This queue is for tickets about the MooseX-POE CPAN distribution.

Report information
The Basics
Id: 62905
Status: open
Priority: 0/
Queue: MooseX-POE

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

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



Subject: CHILD method broke event "_child"
I guess the appropriate thing is to only register a _child that delegates to CHILD if one isn't registered. I didn't look at the code, I don't have time right now, I just had to git bisect MX::POE to find a regression in POCO::Supervisor and replacing event _child with sub CHILD and bumping the dep seems to have brought it back from bitrot.
Subject: Re: [rt.cpan.org #62905] CHILD method broke event "_child"
Date: Wed, 10 Nov 2010 17:36:28 -0500
To: "bug-MooseX-POE [...] rt.cpan.org" <bug-MooseX-POE [...] rt.cpan.org>
From: Chris Prather <perigrin [...] gmail.com>
On Nov 10, 2010, at 4:06 PM, "Yuval Kogman via RT" <bug-MooseX-POE@rt.cpan.org> wrote: Show quoted text
> Wed Nov 10 16:06:49 2010: Request 62905 was acted upon. > Transaction: Ticket created by NUFFIN > Queue: MooseX-POE > Subject: CHILD method broke event "_child" > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: NUFFIN@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=62905 > > > > I guess the appropriate thing is to only register a _child that delegates to CHILD if one isn't > registered. > > I didn't look at the code, I don't have time right now, I just had to git bisect MX::POE to find a > regression in POCO::Supervisor and replacing event _child with sub CHILD and bumping the dep > seems to have brought it back from bitrot.
Do you have time to whip up a failing test for the old behavior? It isn't something we intentionally broke. -Chris