Revision history for Perl extension Geo::GeoNames.
0.08 - Sat Jul 14 11:21:15 2012
* Make the live tests optional. You need to set GEONAMES_USER
to run the tests.
0.07 - Fri Jul 13 08:34:47 2012 - brian d foy
* Update for change to api.geonames.org that requires
a user account
0.06 2008-03-25 - Per Henrik Johansen
* Added JSON support
* Added function cities
* Added function country_info
* Added function earthquakes
* Added function find_nearby_weather
* Fixed arguments in functions search
* Fixed arguments to the functions country_code,
find_nearby_placeName, wikipedia_search
0.05 2007-07-05 - Per Henrik Johansen
* Added function find_nearby_wikipedia
* Added function find_nearby_wikipedia_by_postalcode
* Added function wikipedia_search
* Added function wikipedia_bounding_box
* Added function country_info
* Some refactoring
0.04 2007-07-03 - Per Henrik Johansen
* Added function find_nearest_address
* Added function find_nearest_intersection
* Added function find_nearby_streets
0.03 2006-12-04 - Per Henrik Johansen
* Use AUTOLOADER to find method names (they all looked the same)
* Use PREREQ_PM in Makefile.PL. Added the versions on my system, since
these are the only I know work for sure.
0.02 2006-11-30 - Per Henrik Johansen
* Added function find_nearby_postalcodes
* Added function find_nearby_placename
* Added function postalcode_country_info
* Refactored the code so it is easier to add new searches
* Fixed bug in geocode()
* edited perldoc
0.01 Mon Nov 27 17:01:39 2006 - Per Henrik Johansen
* original version; created by h2xs 1.23 with options
-AXc -n Geo::GeoNames