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