File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for the Perl extension Win32.
2
2
3
+ 0.51 [2015-01-26]
4
+ - Win32-0.50 was released to CPAN from an out-dated Git repo, so
5
+ didn't actually include the merged pull requests.
6
+
7
+ 0.50 [2015-01-26]
8
+ - add GetOSName support for Windows 8.1 (thanks to Tony Cook) [PR/6]
9
+ - Fix build in C++ mode (thanks to Steve Hay and Daniel Dragan) [PR/7]
10
+
3
11
0.49 [2014-04-15]
4
12
- Make sure Win32.xs uses winsock2.h and not winsock.h. [rt#94730]
5
13
Original file line number Diff line number Diff line change 1
1
--- # YAML:1.0
2
2
name : Win32
3
3
abstract : Interfaces to some Win32 API Functions
4
- version : 0.49
4
+ version : 0.51
5
5
author :
6
6
7
7
license : perl
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package Win32;
8
8
require DynaLoader;
9
9
10
10
@ISA = qw| Exporter DynaLoader| ;
11
- $VERSION = ' 0.49 ' ;
11
+ $VERSION = ' 0.51 ' ;
12
12
$XS_VERSION = $VERSION ;
13
13
$VERSION = eval $VERSION ;
14
14
You can’t perform that action at this time.
0 commit comments