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 11Revision 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+
390.11 Wed Jul 02 2008
410 - Skip tests when running on Windows 95.
511
Original file line number Diff line number Diff line change 11--- # YAML:1.0
22name : Win32-NetAdmin
33abstract : Manage network groups and users in Perl
4- version : 0.11
4+ version : 0.12
55author :
66 - Jan Dubois <jand@activestate.com>
77license : perl
Original file line number Diff line number Diff 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
1010require Exporter;
1111require 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
381386sub AUTOLOAD {
You can’t perform that action at this time.
0 commit comments