Skip to content

Commit a654040

Browse files
committed
Increment $VERSION to 0.12 and update Changes
1 parent e2ea8c3 commit a654040

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Changes

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

3+
0.12 Thu Nov 28 2013
4+
- Fix required perl version 5.6 -> 5.006.
5+
- Add Github repo link to META.yml
6+
- Typo fixes by David Steinbrunner
7+
- Add LICENSE section to pod [rt#41181]
8+
39
0.11 Wed Jul 02 2008
410
- Skip tests when running on Windows 95.
511

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.11
4+
version: 0.12
55
author:
66
- Jan Dubois <jand@activestate.com>
77
license: perl

NetAdmin.pm

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package Win32::NetAdmin;
55
#Written by Douglas_Lankshear@ActiveWare.com
66
#
77

8-
$VERSION = '0.11';
8+
$VERSION = '0.12';
99

1010
require Exporter;
1111
require DynaLoader;
@@ -376,6 +376,11 @@ contains two-character strings (drive letter followed by a colon).
376376
}
377377
}
378378
379+
=head1 LICENSE
380+
381+
This library is free software and may be distributed under the same terms
382+
as perl itself.
383+
379384
=cut
380385

381386
sub AUTOLOAD {

0 commit comments

Comments
 (0)