Skip to content

Commit 26f32fc

Browse files
committed
Update to version 0.46
1 parent 8ad41c8 commit 26f32fc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision history for the Perl extension Win32.
22

3+
0.46 [2013-02-19]
4+
- add Win2012/Win8 detection (thanks to Michiel Beijen) [rt#82572]
5+
[perl#116352]
6+
37
0.45 [2012-08-07]
48
- add Win32::GetACP(), Win32::GetConsoleCP(),
59
Win32::GetConsoleOutputCP(), Win32::GetOEMCP(), Win32::SetConsoleCP()

META.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
--- #YAML:1.0
22
name: Win32
33
abstract: Interfaces to some Win32 API Functions
4-
version: 0.45
4+
version: 0.46
55
author:
66
- Jan Dubois <[email protected]>
77
license: perl
88
requires:
99
perl: 5.6
1010
resources:
1111
license: http://dev.perl.org/licenses/
12-
homepage: http://code.google.com/p/libwin32/
12+
repository: https://github.com/jandubois/win32
1313
meta-spec:
1414
version: 1.3
1515
url: http://module-build.sourceforge.net/META-spec-v1.3.html

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.45';
11+
$VERSION = '0.46';
1212
$XS_VERSION = $VERSION;
1313
$VERSION = eval $VERSION;
1414

0 commit comments

Comments
 (0)