The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Net::Abuse::Utils.

0.05  Sun Mar 19 2006
	- Update Makefile.PL to specify Perl 5.6.1, missed this last rev
	- Fixed a bug in looking up ASN when the same block is announced by
	  multiple ASNs.
	- Fixed a bug where looking up AS Org for ASN not in Cymru database would
	  generate warnings rather then just return undef

0.04  Fri Mar 10 2006
	- Added public is_ip function to check that a string looks like an IP
	- Added tests using Test::Pod::Coverage and Test::Pod (if installed)
	- Prefix private functions with _ for Test::Pod::Coverage
	- Require Perl 5.6.1 rather then 5.8.7

0.03  Sun Mar  5 2006
	- 0.02 was uploaded with a broken test

0.02  Sun Mar  5 2006
	- Fixed a bug where AS Description would only return data
	  for ASs assigned by ARIN.
	- In get_ipwi_contacts check that whoisip_query returns a
	  hash ref rather then just checking that it isn't an array ref.
	- a few minor formatting cleanups

0.01  Sat Mar  4 2006
	- Initial Release