File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension Win32::NetAdmin.
22
3+ 0.13 Tue Oct 21 2014
4+ - Change resumeHandle variable type to DWORD_PTR
5+ (thanks to Mark J Hewitt) [pr#5] [rt#99461]
6+ [https://bugs.activestate.com/show_bug.cgi?id=100108]
7+
380.12 Thu Nov 28 2013
49 - Fix required perl version 5.6 -> 5.006.
510 - Add Github repo link to META.yml
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.12
4+ version : 0.13
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.12 ' ;
8+ $VERSION = ' 0.13 ' ;
99
1010require Exporter;
1111require DynaLoader;
You can’t perform that action at this time.
0 commit comments