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.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
+
3
11
0.47 [2013-02-21]
4
12
- Make sure %PROCESSOR_ARCHITECTURE% is defined before calling
5
13
Win32::GetArchName() in t/Names.t. It may be undefined when
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.47
4
+ version : 0.48
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.47 ' ;
11
+ $VERSION = ' 0.48 ' ;
12
12
$XS_VERSION = $VERSION ;
13
13
$VERSION = eval $VERSION ;
14
14
You can’t perform that action at this time.
0 commit comments