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 11Revision history for the Perl extension Win32.
22
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
410 - added () usage croaks.
511 - Fixed a -Warray-bounds buffer overflow in LONGPATH,
612 - Fix various -Wunused warnings
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.52
4+ version : 0.53
55author :
6- - Jan Dubois <jand@activestate .com>
6+ - Jan Dubois <jan@jandubois .com>
77license : perl
8- requires :
8+ requires :
99 perl : 5.006
1010resources :
1111 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/
1315meta-spec :
1416 version : 1.3
1517 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;
88 require DynaLoader;
99
1010 @ISA = qw| Exporter DynaLoader| ;
11- $VERSION = ' 0.52_02 ' ;
11+ $VERSION = ' 0.53 ' ;
1212 $XS_VERSION = $VERSION ;
1313 $VERSION = eval $VERSION ;
1414
You can’t perform that action at this time.
0 commit comments