File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
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.52_02 [2018-11-02]
3
+ 0.53 [2019-08-05]
4
+ - improve Win32::GetOSDisplayName
5
+ - added Win2016/2019 detection and version information by
6
+ Richard Leach [PR/15]
7
+ - Include wchar.h to allow building with g++ by Tony Cook [rt#127836]
8
+
9
+ 0.52_02 [2018-11-02] by Reini Urban
4
10
- added () usage croaks.
5
11
- Fixed a -Warray-bounds buffer overflow in LONGPATH,
6
12
- Fix various -Wunused warnings
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.52
4
+ version : 0.53
5
5
author :
6
- - Jan Dubois <jand@activestate .com>
6
+ - Jan Dubois <jan@jandubois .com>
7
7
license : perl
8
- requires :
8
+ requires :
9
9
perl : 5.006
10
10
resources :
11
11
license : http://dev.perl.org/licenses/
12
- repository : https://github.com/jandubois/win32
12
+ repository : https://github.com/perl-libwin32/win32
13
+ bugtracker : https://github.com/perl-libwin32/win32/issues
14
+ MailingList : https://www.nntp.perl.org/group/perl.libwin32/
13
15
meta-spec :
14
16
version : 1.3
15
17
url : http://module-build.sourceforge.net/META-spec-v1.3.html
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.52_02 ' ;
11
+ $VERSION = ' 0.53 ' ;
12
12
$XS_VERSION = $VERSION ;
13
13
$VERSION = eval $VERSION ;
14
14
You can’t perform that action at this time.
0 commit comments