Subject: | OS version isn't reported correctly |
I was looking into failures on on a module:
http://www.cpantesters.org/distro/P/P.htm
It has 4 failures all on MSWin32 OSver=4.0.
MS Win 4.0 was the version of Windows BEFORE Windows 2000 and WinXP.
WinNT4.0.
I looked further into the reports.
Two were actually from Windows 8.
One from Windows 7
and one from XP.
Those are WinNT versions 6.2, 6.1 and 5.1 respectively.
Even says so in the reports:
Win32::GetOSVersion =
, 6, 2, 9200, 2, 0, 0, 400, 3 (Win8/Win2012)
Service Pack 1, 6, 1, 7601, 2, 1, 0, 256, 1 (Win7)
Service Pack 3, 5, 1, 2600, 2, 3, 0, 256, 1 (XP)
So why does the OS Version on the summary page say 4.0?
Would it be useful if it stated the right version, or does
OSver=4.0 mean something different in Strawberry Perl than what
the OS Version is?