Skip to content

Commit

Permalink
v0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
freyfogle committed Jun 15, 2021
1 parent ef8d1c1 commit 44e8aba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Geo-Coder-OpenCage

0.31 2021-06-15
- remove perltidy stuff, too annoying
- remove trailing slash from API URL
- sort params for better caching

0.30 2021-03-14
- rename perltidy conf files so Dist::Zilla bundles them

Expand Down
4 changes: 1 addition & 3 deletions dist.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Geo-Coder-OpenCage
version = 0.30
version = 0.31
abstract = Geocode coordinates and addresses with the OpenCage Geocoder
author = edf <edf@opencagedata.com>
license = Perl_5
Expand All @@ -15,9 +15,7 @@ Pod::Perldoc = >= 3.21 ;
URI = 0

[Prereqs / TestRequires]
Code::TidyAll = >= 0.78 ;
Net::Ping = 2.73
Perl::Tidy = >= 20210111 ;
Test::Exception = 0.32
Test::More = 0.92
Test::Pod = 1.51
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/Coder/OpenCage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use HTTP::Tiny;
use JSON::MaybeXS;
use URI;
# FIXME - must be a way to get this from dist.ini?
my $version = 0.30;
my $version = 0.31;
my $ua_string;

sub new {
Expand Down

0 comments on commit 44e8aba

Please sign in to comment.