Skip to content

Commit 0a9898c

Browse files
committed
Prepare for CPAN upload: version => 0.09; update change information
1 parent f8c3c20 commit 0a9898c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Changes

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

3+
0.09 Tue Apr 15 2008
4+
- version 0.09 for separate upload to CPAN
5+
- updated email addresses
6+
- simplified Makefile.PL
7+
- added META.yml
8+
- added ppport.h
9+
310
0.08 Mon May 22 21:22:33 2000
411
- move last error variable to interpreter (thanks to
512
Doug Lankshear <[email protected]>)

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.08
4+
version: 0.09
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.08';
8+
$VERSION = '0.09';
99

1010
require Exporter;
1111
require DynaLoader;

0 commit comments

Comments
 (0)