I've done now Devel::Cover tests for the old and new tests.
$ perldoc Devel::Cover
$ HARNESS_PERL_SWITCHES=-MDevel::Cover make test
$ cover
what stmt bran cond sub podtime total
3 tests only:11.4 6.3 9.5 11.1 16.7 100.09.9
with my tests
I just committed a couple of small changes:
- GUI.h added GET_X_LPARAM and GET_Y_LPARAM macros (from windowsX.h)
- GUI_MessageLoops.cpp change WM_MOUSEMOVE handler to use GET_X_LPARAM
and GET_Y_LPARAM rather than HIWORD and LOWORD (Tracker: 1262098)
- GUI.xs fixed UnHook() to resolve perl 5.6/5.
Would anyone have an issue if I was to make a decision to only support 5.6
and 5.8 going forwards?
Makes sense as far as I'm concerned.
Cheers,
jez.
Does anyone have any strong views about what versions of Perl we should
continue to support? For some time now we have not released PPMs for
Perl earlier than 5.6.
The reason I ask: I have got to the bottom of tracker 1164766 (Unhook
generating warnings) and it turns out to be a difference b
4 matches
Mail list logo