Subject: | Curses-Toolkit-0.203 label.pl gives all kinds of warnings |
Date: | Tue, 1 Mar 2011 16:41:11 +0200 |
To: | bug-Curses-Toolkit [...] rt.cpan.org |
From: | Gabor Szabo <szabgab [...] gmail.com> |
I just installed Curses-Toolkit-0.203/ on perl 5.10.0
fetched the example from the distribution
Curses-Toolkit-0.203/examples/widgets/label.pl
It worked I think as expected but gave these warnings:
$ perl label.pl
Constant subroutine POE::Component::Curses::MainLoop::OBJECT redefined
at /home/gabor/perl5/lib/perl5/POE/Component/Curses/MainLoop.pm line
22
Constant subroutine POE::Component::Curses::OBJECT redefined at
/home/gabor/perl5/lib/perl5/POE/Component/Curses.pm line 23
Use of uninitialized value within %params in pattern match (m//) at
/home/gabor/perl5/lib/perl5/Curses/Toolkit/Widget/Window.pm line 210.
Use of uninitialized value within %params in pattern match (m//) at
/home/gabor/perl5/lib/perl5/Curses/Toolkit/Widget/Window.pm line 220.
Gabor