Tue Aug 05 14:24:21 2008michael.arlt [...] sk-schwanstetten.de - Ticket created
Subject:
popupmenu.pm
Date:
Tue, 05 Aug 2008 20:23:55 +0200
To:
bug-Curses-UI [...] rt.cpan.org
From:
michael.arlt [...] sk-schwanstetten.de
Debian Etch
libcurses-ui-perl 0.95-5
perl 5.8.8-7etch3
Maybe in Popupmenu.pm line 238 is a bug:
$sellabel = substr(0, $width, $sellabel);
should be:
$sellabel = substr($sellabel, 0, $width);
This problem exists upto the newest version.
Regards
Michael Arlt
Sun Dec 21 16:21:56 2008mdxi [...] cpan.org - Status changed from 'new' to 'resolved'