Skip Menu |

This queue is for tickets about the Tickit CPAN distribution.

Report information
The Basics
Id: 122214
Status: new
Priority: 0/
Queue: Tickit

People
Owner: Nobody in particular
Requestors: TEAM [...] cpan.org
Cc:
AdminCc:

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



Subject: Deprecation warning on focus events
Focus events are triggering these warnings: Old boolean-returning $info->type API is deprecated at .../Tickit/Widget.pm line 535 That line is: $self->_on_win_focus( $win, $info->type, $info->win ); which is not passing any parameters to ->type, so presumably this (and all other places in Tickit/*.pm) should be calling $info->type(1) instead?