Skip to content

Commit 4aef793

Browse files
committed
Prepare for 0.48 release
1 parent dcda576 commit 4aef793

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Revision 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+
311
0.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

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--- #YAML:1.0
22
name: Win32
33
abstract: Interfaces to some Win32 API Functions
4-
version: 0.47
4+
version: 0.48
55
author:
66
- Jan Dubois <[email protected]>
77
license: perl

Win32.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)