Revision history for Geo::Location::Point 0.15 Mon Aug 25 13:51:01 EDT 2025 Check maximum latitude is 90, not 180 Use members consistently Ensure tz cache is also invalidated when assigning new location More realistic equals (1e-5 = 1m, 1e-9 is 0.1mm) 0.14 Fri Jul 4 11:03:02 EDT 2025 Retrieve "Country" when asking for "country" Use Params::Get 0.13 Tue Jan 21 10:33:46 EST 2025 Use gtar to create a distribution on Macs Use Test::DescribeMe to simplify tests More new() testing Added codecov.io support Refactor _sortoutcase Don't install TimeZone::TimeZoneDB if it's already installed Use Test::Needs 0.12 Tue Jul 2 21:30:04 EDT 2024 Better argument validation Added as_uri() method Added lng as a synonym for long 0.11 Mon Nov 13 13:35:32 EST 2023 Fix circular dependancy 0.10 Wed Nov 8 11:41:18 EST 2023 When setting the location manually, the new location was not stored 0.09 Wed Jun 14 20:52:13 EDT 2023 Increased the test coverage Added the tz() method 0.08 Fri Mar 17 13:13:30 EDT 2023 Support the messages latitude and longitude 0.07 Sat Feb 25 20:30:45 EST 2023 Fix case in field name traversal Calls to as_string after setting a field after calling as_string would return the old value Fixed the documentation of and testing of equal() 0.06 Sat Oct 31 08:40:18 EDT 2020 Fix the equals() and not_equals() functions 0.05 Sat Oct 31 05:24:53 EDT 2020 Fix https://github.com/nigelhorne/Geo-Coder-Free/issues/48 Added equal() and overloaded == to map to map to it 0.04 Fri Oct 30 09:31:17 EDT 2020 Upgrade from Dist::Zilla to ExtUtils::MakeMaker Added overload '""' to map to as_string 0.03 Wed 17 Apr 16:35:20 EDT 2019 Don't turn GB into Gb Improved handling of fields with different cases 0.02 Fri Mar 29 18:28:10 EDT 2019 as_string() now returns the location attribute if that has been set minimum version set to 5.10.0 because of //= Carp on error rather than just dying Allow latitude and longitude to be given instead of lat and long Import values from MaxMind database 0.01 Tue 19 Mar 18:16:48 EDT 2019 First version