Skip to content

Commit

Permalink
Release 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 8, 2020
1 parent 6d05635 commit a68b4e7
Show file tree
Hide file tree
Showing 7 changed files with 11 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.26
0.26 Thu Oct 8 19:47:45 EDT 2020
Create the MaxMind database directory to download to
Use Geo::Coder::Abbreviations

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Geo::Coder::Free - Provides a Geo-Coding functionality using free databases

# VERSION

Version 0.25
Version 0.26

# SYNOPSIS

Expand Down
4 changes: 2 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.25
Version 0.26
=cut

our $VERSION = '0.25';
our $VERSION = '0.26';

our $alternatives;
our $abbreviations;
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.04
Version 0.05
=cut

our $VERSION = '0.04';
our $VERSION = '0.05';
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.09
Version 0.10
=cut

our $VERSION = '0.09';
our $VERSION = '0.10';

=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.08
Version 0.09
=cut

our $VERSION = '0.08';
our $VERSION = '0.09';

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion t/bin.t
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ BIN: {
ok(script_stderr_is('', 'no error output'));

script_runs(['bin/address_lookup', 'Fairfield Road,', 'Broadstairs,', ' Kent,', ' UK']);
ok(script_stdout_like(qr/51\.35/, 'test 5'));
ok(script_stdout_like(qr/51\.36/, 'test 5'));
ok(script_stderr_is('', 'no error output'));
} else {
diag('Author tests not required for installation');
Expand Down

0 comments on commit a68b4e7

Please sign in to comment.