Skip Menu |

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

Report information
The Basics
Id: 110280
Status: new
Priority: 0/
Queue: Curses-UI-POE

People
Owner: Nobody in particular
Requestors: tkilbourn [...] gmail.com
Cc:
AdminCc:

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



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