Skip to content

Commit 29f9c26

Browse files
committed
Prepare Win32-NetAdmin-0.10 release to CPAN
1 parent 085ad42 commit 29f9c26

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

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

3+
0.10 Mon Jun 23 2008
4+
- Skip tests when not running as an administrator.
5+
36
0.09 Tue Apr 15 2008
47
- version 0.09 for separate upload to CPAN
58
- updated email addresses

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-NetAdmin
33
abstract: Manage network groups and users in Perl
4-
version: 0.09
4+
version: 0.10
55
author:
66
- Jan Dubois <[email protected]>
77
license: perl

NetAdmin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package Win32::NetAdmin;
55
#Written by [email protected]
66
#
77

8-
$VERSION = '0.09';
8+
$VERSION = '0.10';
99

1010
require Exporter;
1111
require DynaLoader;

0 commit comments

Comments
 (0)