File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11Revision history for the Perl extension Win32.
22
3+ 0.52 [2015-08-19]
4+ - minimal Windows 10 support (thanks to Joel Maslak) [PR/8]
5+ - refactor Windows 10 support to include ProductInfo flags
6+ - add tests for Windows 8.1, 10, and 2012 R2 server
7+ - define additional ProductInfo flags (TODO: add support for
8+ these codes in _GetOSName)
9+
3100.51 [2015-01-26]
411 - Win32-0.50 was released to CPAN from an out-dated Git repo, so
512 didn't actually include the merged pull requests.
Original file line number Diff line number Diff line change 11--- # YAML:1.0
22name : Win32
33abstract : Interfaces to some Win32 API Functions
4- version : 0.51
4+ version : 0.52
55author :
66 - Jan Dubois <jand@activestate.com>
77license : perl
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package Win32;
88 require DynaLoader;
99
1010 @ISA = qw| Exporter DynaLoader| ;
11- $VERSION = ' 0.51 ' ;
11+ $VERSION = ' 0.52 ' ;
1212 $XS_VERSION = $VERSION ;
1313 $VERSION = eval $VERSION ;
1414
You can’t perform that action at this time.
0 commit comments