Thu Dec 10 18:54:55 2015tkilbourn [...] gmail.com - Ticket created
Subject:
strict refs in Curses::UI::POE
Date:
Thu, 10 Dec 2015 15:54:14 -0800
To:
bug-Curses-UI-POE [...] rt.cpan.org
From:
Tim Kilbourn <tkilbourn [...] gmail.com>
Hi,
I'm using Perl 5.18.2 with Curses::UI::POE, and ran into an issue trying to
cleanly shutdown the mainloop:
Can't use string ("Curses::UI::Widget::modalfocus") as a symbol ref while
"strict refs" in use at /usr/local/share/perl/5.18.2/Curses/UI/POE.pm line
224.
Simply adding no strict 'refs'; to the previous line seems to fix the
problem.
Thanks!
Tim