Revision history for Perl extension Net::Whois::IANA.
0.01 Sun Jul 13 15:15:08 2003
- original version; created by h2xs 1.22 with options
-AX -n Net::Whois::IANA
0.02 Tue Jul 15 11:41:18 2003
- fixed a few lines in test.
0.03 Tue Oct 21 12:06:39 2003
- fixed the changed APNIC response parser.
Thanks to Jason Heath for pointing that problem out.
0.04 Mon Feb 23 13:19:42 IST 2004
- moved arin as the last server to query because it
contains too much information about IPs outside its
own zone.
0.05 Tue Sep 28 10:45:17 IST 2004
- patched APNIC parsing response (patch submitted by
Anonymous <smallpond@juno.com>)
0.06 Sun Oct 31 10:39:17 IST 2004
- removed a harmless "uninitialized value" warning
cause pointed by Jake Commander <jc1@ukfirst.com> .
0.07 Wed Nov 3 09:22:48 IST 2004
- enhanced negative APNIC response - change
proposed by Celso Capao <celso.capao@gmail.com>
0.08 Wed Jun 22 11:42:38 IDT 2005
- added support for the new AFRINIC server. See also
CAVEATS section of the manual.
0.09 Wed Jun 22 11:59:38 IDT 2005
- added a test for AFRINIC server
0.10 Thu Jun 23 12:35:17 IDT 2005
- fixed failed searches for RIPE, APNIC and AFRINIC
- fixed new permission denied response from RIPE
- fixed Query rate exceeded response from LACNIC
- added CIDR field and function
- converted LACNIC inetnum to cidr, and computed
inetnum range for it
- started using Net::CIDR
- trapped more cases of uninitialized values in query
hash.