Skip Menu |

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

Report information
The Basics
Id: 25885
Status: resolved
Priority: 0/
Queue: Curses-UI

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

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



Subject: bug in Curses::UI::Popupmenu
Date: Wed, 28 Mar 2007 08:18:27 +0200
To: bug-Curses-UI [...] rt.cpan.org
From: "Davide Chiarini" <davide.chiarini [...] gmail.com>
hi there using version 1.10 of this module, from cpan line 238 should certainly be $sellabel = substr($sellabel,0, $width); instead of $sellabel = substr(0, $width, $sellabel); regards, davide
Fixed along with #38211