I just committed a number of bug fixes:
- Makefile.PL added code to remove Test::More dependence from PPD
- GUI_MessageLoops.cpp, Window.xs change all mouse related handlers to
use GET_X_LPARAM and GET_Y_LPARAM rather than HIWORD and LOWORD
(Tracker: 1262098)
- GUI.xs added INTERNAL function GetWindowObject to get the perl window
object from a window handle
- GUI.pm, t\05_Timer*.t, docs\GUI\Tutorial\Part4.pod - re-wrote
Win32::GUI::Timer implementation and updated docs to make it all
consistent, and to make destruction happen correctly. Added full
tests for the package.
- GUI.xs fixed GetAsyncKeyState(), which was checking the wrong bit of
window's return value. Updated documentation.
- MANIFEST updated with new samples and new tests
- GUI.pm upped version to 1.02_03
I've put PPM for perl 5.6 and 5.8 at http://www.robmay.me.uk/win32gui/
I intend to make this the V1.03 release once I've had a few days to play
with it.
Regards,
Rob.