hi,

Curses::UI 0.61:
----------------

> A weird message although :
> Prototype mismatch: sub Curses::UI::MenuListBox::current_item vs () at 
>blib/lib/Curses/UI/MenuListBox.pm line 107.

Yes, I had this message on my linux machine too. I haven't checked, but
I think current_item is a routine that is used in the ncurses library.
Mixing Curses routines with my own routines that have the same name
has troubled me before (e.g. $object->refresh() would cause the same kind
of warnings to occur). I solved this in my development tree by renaming
this method to active_item(). So, the next release of Curses::UI will
have a fix for this.

Thanks a lot for testing,

-- Maurice Makaay

Reply via email to