File tree
Expand file treeCollapse file tree3 files changed
+7
-2
lines changed Expand file treeCollapse file tree3 files changed
+7
-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.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 | + |
3 | 8 | 0.12 Thu Nov 28 2013
|
4 | 9 | - Fix required perl version 5.6 -> 5.006.
|
5 | 10 | - Add repo link to META.yml
|
|
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.12 |
| 4 | +version: 0.13 |
5 | 5 | author:
|
6 | 6 |
|
7 | 7 | license: perl
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -5,7 +5,7 @@ package Win32::NetAdmin;
|
5 | 5 |
|
6 | 6 | #
|
7 | 7 |
|
8 |
| -$VERSION = '0.12'; |
| 8 | +$VERSION = '0.13'; |
9 | 9 |
|
10 | 10 | require Exporter;
|
11 | 11 | require DynaLoader;
|
|
You can’t perform that action at this time.
0 commit comments