-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChanges
59 lines (48 loc) · 1.84 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{{$NEXT}}
1.200230 - January 23, 2020
Joelle Maslak <[email protected]>
* [Bugfix] Was not properly exporting symbols (Github issue #3,
reported by Lucas1).
1.008 - June 30, 2018
Joelle Maslak <[email protected]>
* Was attributig 240.0.0.0/4 to RFC1122 instead of correct RFC1112.
* Fix typos in test (rf6598 instead of rfc6598)
* Allow use of tags in exclude and additional_exclude
* Added additional test to compare Perl5 and Perl6 performance.
* Converted module to use Author's Dist::Zilla plugin for development
* Included changes from 1.007
1.007 - June 30, 2018
Joelle Maslak <[email protected]>
* Changes that ended up in 1.008
* Released as -TRIAL version only
1.006 - June 19, 2018
Joelle Maslak <[email protected]>
* Add Code of Conduct & contribution information
* Do not allow non-ASCII7 characters in CIDRs
1.005 - November 25, 2017 (Not publicly released)
Joelle Maslak <[email protected]>
* Fix minor critic errors
* Add Kwalitee and Critic tests
1.004 - October 30, 2017
Joelle Maslak <[email protected]>
* Minor change to author name
1.003 - September 15, 2017
Joelle Maslak <[email protected]>
* Minor change to author name
* No functional changes
1.002 - December 14, 2016
Joelle Maslak <[email protected]>
* Fixed module version duplicate definition (reported by Kevin Phair)
* Rather than using JCM::Bootstrap, just include necessary pragmas
to make this somewhat less heavyweight
* Removed postderef pragma and replaced experimental syntax with
standard syntax.
* There should be no functional differences between this and
version 1.000.
1.001 - June 26, 2016
Joelle Maslak <[email protected]>
* Apparently some versions of Windows don't have working inet_pton()
functions. Worked-around with inet_aton().
1.000 - June 25, 2016
Joelle Maslak <[email protected]>
* Initial Version