Revision history for Perl extension Google::GeoCoder::Smart.

2.6.2  Fri Feb 27 00:00:00 2026
  - Added `t/fixtures/geocode-ok.json` to MANIFEST so packaged tarballs include
    the fixture required by module tests

2.6.1  Fri Feb 27 00:00:00 2026
  - Moved mocked geocode success payload from inline test heredoc into
    `t/fixtures/geocode-ok.json` and loaded it from `t/Google-GeoCoder-Smart.t`
  - Expanded fixture payload to include required geocode response fields used by
    contract-style validation while preserving module test behavior

2.6.0  Sun Feb 22 00:00:00 2026
  - No material Perl module or module-test changes in this release

2.5.0  Sun Feb 22 00:00:00 2026
  - No material Perl module or module-test changes in this release

2.4.0  Sun Feb 22 00:00:00 2026
  - No material Perl module or module-test changes in this release

2.3.0  Wed Feb 18 00:00:00 2026
  - No material Perl module or module-test changes in this release

2.2.1  Wed Feb 18 00:00:00 2026
  - No material Perl module or module-test changes in this release

2.2.0  Tue Feb 17 00:00:00 2026
  - No material Perl module or module-test changes in this release

2.1.0  Sun Feb 16 00:00:00 2026
  - Updated geocoding request handling for current Google Geocoding API usage
  - Removed deprecated `sensor` query parameter
  - Added offline-safe tests with mocked HTTP responses
  - Migrated module internals to modern Perl style and HTTP::Tiny
  - Refreshed docs and CI workflow for lint/syntax/test automation

1.0  Fri Apr 30 18:02:25 2010
	- original version; created by h2xs 1.23 with options
		-A -n Google::GeoCoder::Smart

1.1  Tue Jul 27 10:20:30 2010
	-update for the google v3 maps api
		-A -n Google::GeoCoder::Smart

1.11 Tue Jul 27 15:27:00 2010
	-new updates for error detection and alerting
		-A -n Google::GeoCoder::Smart

1.12 Wed Sep 1 14:45:00 2010
	-small fix for some bugs
		-A -n Google::GeoCoder::Smart

1.13 Wed Sep 15 19:00:00 2010
	-fix the prerequisit bug and json support...
		-A -n Google::GeoCoder::Smart

1.14 Mon Feb 14 07:50:00 2011
	-new test.pl script
		-A -n Google::GeoCoder::Smart

1.15 Mon Feb 14 12:29:00 2011
	-remove xml parsing
		-A -n Google::GeoCoder::Smart

1.16 Wed May 23 17:30:00 2012
	-fixed header export bug
		-A -n Google::GeoCoder::Smart

1.17 Wed Nov 5 18:36:00 2014
	-Google changed the api url
		-A -n Google::GeoCoder::Smart

1.18 Wed Nov 10 20:48:00 2014
	-Fixed connection error catching
		-A -n Google::GeoCoder::Smart

2.0.1 Wed Jan 04 16:07:00 2017
	-Fixed the API Key bug
	-Added geocode_addr() with better parameter and return handling
	-Changed geocode() to wrapper for geocode_addr() for backwards Compatability
		-A -n Google::GeoCoder::Smart