Skip to content

Commit 361e8d1

Browse files
committed
Prepare for Win32-0.56 release
1 parent fc5d1bd commit 361e8d1

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for the Perl extension Win32.
22

3+
0.56 [2021-03-07]
4+
- added t/Privileges.t to MANIFEST
5+
36
0.55 [2021-03-07]
47
- added Win32::IsSymlinkCreationAllowed(), Win32::IsDeveloperModeEnabled(),
58
and Win32::GetProcessPrivileges() by Tomasz Konojacki <[email protected]> [PR/27]

MANIFEST

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ t/GetOSVersion.t
1919
t/GetShortPathName.t
2020
t/GuidGen.t
2121
t/Names.t
22+
t/Privileges.t
2223
t/Unicode.t

META.yml

+1-1
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.55
4+
version: 0.56
55
author:
66
- Jan Dubois <[email protected]>
77
license: perl

Win32.pm

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

0 commit comments

Comments
 (0)