Revision history for WWW-Google-Places
0.13 Mon Jan 12 12:40:18 2015
- Added 'use 5.006;' line to the following test scripts:
- t/01-new.t
- t/02-search_place.t
- t/03-place_detail.t
- t/04-add_place.t
- t/meta-json.t
- t/meta-yml.t
0.12 Sat Jan 10 18:50:18 2015
- Upgraded to use WWW::Google::UserAgent v0.12.
- Updated Makefile.PL to generate the key 'provides' for META file correctly.
- Documented methods in the package WWW::Google::Places::SearchResult and WWW::Google::Places::DetailResult.
- Removed SIGNATURE file.
- Added unit test to test META files.
- Added LICENSE file.
- Updated Copyright year information.
0.11 Sat Aug 30 01:35:18 2014
- Added section "REPOSITORY" to the pod document.
- Added key "META_MERGE" to Makefile.PL file.
0.10 Sun Aug 10 01:16:00 2014
- Tidied up README file.
- Updated Copyright year details.
0.09 Tue Jul 29 15:35:20 2014
- Updated Makefile.PL to make the pre-requisite WWW::Google::UserAgent v0.07
0.08 Tue Jul 29 00:38:00 2014
- Updated Makefile.PL to make the pre-requisite WWW::Google::UserAgent v0.06
0.07 Mon Jul 28 14:35:00 2014
- Updated Makefile.PL to make the pre-requisite WWW::Google::UserAgent v0.03
0.06 Sun Jul 27 11:51:25 2014
- Made use of WWW::Google::UserAgent v0.02.
- Deleted Build.PL file.
0.05 Sun Jul 07 16:27:20 2014
- Restructured to use the common library WWW::Google::UserAgent
0.04 Mon Aug 08 09:46:11 2011
- Made Readonly v1.03 as minimum requirement.
- Prepared the distribution using the Module::Signature v0.68.
0.03 Wed May 18 20:00:00 2011
- Updated text for "LICENSE AND COPYRIGHT".
0.02 Mon May 16 13:09:00 2011
- Updated the CONSTRUCTOR logic, so that it can now accept the api_key and sensor param
as list i.e new($api_key, $sensor) as well.
- Minor pod changes.
0.01 Mon May 16 11:30:01 2011
- First version, released.