Fri Aug 06 03:07:54 2010parekh.deven [...] gmail.com - Ticket created
Subject:
args option is not passed to _start of inline_states
Date:
Fri, 6 Aug 2010 02:07:44 -0500
To:
bug-Curses-UI-POE [...] rt.cpan.org
From:
Deven Parekh <parekh.deven [...] gmail.com>
Hi,
Currently the args options specified in the new constructor of
Curses::UI::POE is not passed on to the _start event handler
specified in the inline_states
I think the following change will fix this.
# Wait until the kernel actually starts before we muck with things.
sub _start { $_[KERNEL]->yield("init",@_[ARG0..$#_]) }
---
DP