Skip Menu |

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

Report information
The Basics
Id: 5391
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Curses-UI

People
Owner: marcus [...] cpan.org
Requestors: dkampenhout [...] interland.com
Cc:
AdminCc:

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



Subject: Curses::UI-0.90 undefined subroutine error
I just updated to the new version Curses::UI-0.90 from 0.85 and now I am getting the following error message: Undefined subroutine &Curses::UI::gpm_get_mouse_event called at /usr/lib/perl5/site_perl/5.8.0/Curses/UI.pm line 664. I can only find one instance of a call to gpm_get_mouse_event (on line 664) and find no definition. Is there some dependent module which should be called or loaded?
This condition could happen under the following circumstances:  - you create the Curses::UI object with mouse_support => 1  - you work on the console, ($TERM ne "xterm") Should be resolved now
Actually, it is fixed in 0.91 which was released to CPAN an hour ago. Wait for your mirror to update or get it here: http://gforge.stud.inf.fh-bonn-rhein-sieg.de/frs/download.php/127/Curses-UI-0.91.tar.gz The conditions I mentioned before were void, it was just plain broken under all circumstances when Curses::UI::Mousehandler::GPM was not installed.