[Geoip-perl] ANN: Geo::IP::PurePerl 1.10 Released
Brought to you by:
tjmather
|
From: TJ M. <tjm...@ma...> - 2002-11-22 07:41:16
|
This is the first release of the Pure Perl module to CPAN. Well actually
Geo::IP used to be written in Pure Perl, but required DB_File which was
not Pure Perl. Geo::IP::PurePerl has no requirements, and therefore
is 100% Pure Perl.
Anyway, here's the changelog. Enjoy!
1.10 November 22nd 2002
GeoIP Free Database is now updated monthly!
Added install file.
First upload to CPAN.
! IMPORTANT API CHANGE - now returns undef instead of '--' or
'N/A' when country not found.
rewrote _seek_country to use loop instead of recursion for faster performance
-TJ
|