File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl extension Win32::NetAdmin.
2
2
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
+
3
9
0.11 Wed Jul 02 2008
4
10
- Skip tests when running on Windows 95.
5
11
Original file line number Diff line number Diff line change 1
1
--- # YAML:1.0
2
2
name : Win32-NetAdmin
3
3
abstract : Manage network groups and users in Perl
4
- version : 0.11
4
+ version : 0.12
5
5
author :
6
6
- Jan Dubois <jand@activestate.com>
7
7
license : perl
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package Win32::NetAdmin;
5
5
# Written by Douglas_Lankshear@ActiveWare.com
6
6
#
7
7
8
- $VERSION = ' 0.11 ' ;
8
+ $VERSION = ' 0.12 ' ;
9
9
10
10
require Exporter;
11
11
require DynaLoader;
@@ -376,6 +376,11 @@ contains two-character strings (drive letter followed by a colon).
376
376
}
377
377
}
378
378
379
+ =head1 LICENSE
380
+
381
+ This library is free software and may be distributed under the same terms
382
+ as perl itself.
383
+
379
384
=cut
380
385
381
386
sub AUTOLOAD {
You can’t perform that action at this time.
0 commit comments