Skip Menu |

This queue is for tickets about the Tk-Wizard CPAN distribution.

Report information
The Basics
Id: 55625
Status: resolved
Priority: 0/
Queue: Tk-Wizard

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

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



Subject: wrong argument to Win32::Shortcut::Set
Line 617 of Win32.pm says $args->{-hotkey} = '' unless exists $args->{-hotkey}; but the hotkey argument to the Win32::Shortcut::Set function requires an integer. Please change to $args->{-hotkey} = 0 unless exists $args->{-hotkey};