Skip Menu |

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

Report information
The Basics
Id: 27489
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Tk-Wizard

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

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



Subject: all tests fail on MSWin32
Almost all tests fail on MSWin32, because: the call to use_ok() inside the BEGIN blocks silently fails (and does not load the module), because the Test::More plan has not been declared yet. Solution: move the "new MainWindow" GUI-test code (and test plan declaration) into the BEGIN block. -- - - Martin 'Kingpin' Thurn
All fixed now.