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 11Revision history for the Perl extension Win32.
22
3+ 0.48 [2013-11-20]
4+ - Typo fixes by David Steinbrunner.
5+ - Fix required perl version 5.6 -> 5.006.
6+ - Don't call note() in t/GetOSName.t when it has not been
7+ imported from Test::More.
8+ - Convert t/GetOSName.t to Unix line endings like the rest of
9+ this repo.
10+
3110.47 [2013-02-21]
412 - Make sure %PROCESSOR_ARCHITECTURE% is defined before calling
513 Win32::GetArchName() in t/Names.t. It may be undefined when
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.47
4+ version : 0.48
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.47 ' ;
11+ $VERSION = ' 0.48 ' ;
1212 $XS_VERSION = $VERSION ;
1313 $VERSION = eval $VERSION ;
1414
You can’t perform that action at this time.
0 commit comments