Skip to content

Commit

Permalink
Release 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 17, 2020
1 parent c79ac24 commit d8dcf75
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Geo-Coder-Free

0.28
0.28 Fri Oct 16 21:51:27 EDT 2020
Fixed the manifest
Don't return all the matches in a state/county/province

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Actions States](https://github.com/nigelhorne/Geo-Coder-Free/workflows/.github/workflows/all.yml/badge.svg)] (https://github.com/nigelhorne/Geo-Coder-Free/actions)
[![Actions States](https://github.com/nigelhorne/Geo-Coder-Free/workflows/.github/workflows/all.yml/badge.svg)](https://github.com/nigelhorne/Geo-Coder-Free/actions)
[![Appveyor status](https://ci.appveyor.com/api/projects/status/8nk00o0rietskf29/branch/master?svg=true)](https://ci.appveyor.com/project/nigelhorne/geo-coder-free-4onbr/branch/master)
[![Coveralls Status](https://coveralls.io/repos/github/nigelhorne/Geo-Coder-Free/badge.svg?branch=master)](https://coveralls.io/github/nigelhorne/Geo-Coder-Free?branch=master)
[![CPAN](https://img.shields.io/cpan/v/Geo-Coder-Free.svg)](http://search.cpan.org/~nhorne/Geo-Coder-Free/)
Expand All @@ -12,7 +12,7 @@ Geo::Coder::Free - Provides a Geo-Coding functionality using free databases

# VERSION

Version 0.27.1
Version 0.28

# SYNOPSIS

Expand Down
44 changes: 42 additions & 2 deletions lib/Geo/Coder/Free.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Geo::Coder::Free - Provides a Geo-Coding functionality using free databases
=head1 VERSION
Version 0.27.1
Version 0.28
=cut

our $VERSION = '0.27.1';
our $VERSION = '0.28';

our $alternatives;
our $abbreviations;
Expand Down Expand Up @@ -397,6 +397,46 @@ VWF, OpenAddresses, MaxMind and geonames.
See L<Geo::Coder::Free::OpenAddresses> for instructions creating the SQLite database from
L<http://results.openaddresses.io/>.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Geo::Coder::Free
You can also look for information at:
=over 4
=item * MetaCPAN
L<https://metacpan.org/release/Geo-Coder-Free>
=item * RT: CPAN's request tracker
L<https://rt.cpan.org/NoAuth/Bugs.html?Dist=Geo-Coder-Free>
=item * CPANTS
L<http://cpants.cpanauthors.org/dist/Geo-Coder-Free>
=item * CPAN Testers' Matrix
L<http://matrix.cpantesters.org/?dist=Geo-Coder-Free>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/Geo-Coder-Free>
=item * CPAN Testers Dependencies
L<http://deps.cpantesters.org/?module=Geo::Coder::Free>
=item * Search CPAN
L<http://search.cpan.org/dist/Geo-Coder-Free/>
=back
=head1 LICENSE AND COPYRIGHT
Copyright 2017-2020 Nigel Horne.
Expand Down
4 changes: 2 additions & 2 deletions lib/Geo/Coder/Free/Local.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ inspecting GeoTagged photographs.
=head1 VERSION
Version 0.06
Version 0.28
=cut

our $VERSION = '0.06';
our $VERSION = '0.28';
use constant LIBPOSTAL_UNKNOWN => 0;
use constant LIBPOSTAL_INSTALLED => 1;
use constant LIBPOSTAL_NOT_INSTALLED => -1;
Expand Down
4 changes: 2 additions & 2 deletions lib/Geo/Coder/Free/MaxMind.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ Geo::Coder::Free::MaxMind - Provides a geocoding functionality using the MaxMind
=head1 VERSION
Version 0.10
Version 0.28
=cut

our $VERSION = '0.10';
our $VERSION = '0.28';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Geo/Coder/Free/OpenAddresses.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ Geo::Coder::Free::OpenAddresses - Provides a geocoding functionality to the data
=head1 VERSION
Version 0.09
Version 0.28
=cut

our $VERSION = '0.09';
our $VERSION = '0.28';

=head1 SYNOPSIS
Expand Down

0 comments on commit d8dcf75

Please sign in to comment.