Skip to content

Commit

Permalink
Release 0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jun 14, 2018
1 parent f09dddc commit 6256639
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Changes
@@ -1,7 +1,7 @@
Revision history for Geo-Coder-US-Census

0.04
Fix Fix http://www.cpantesters.org/cpan/report/0541ec06-6d74-11e8-bd63-bc3713bf8fb6
0.04 Thu Jun 14 10:55:14 EDT 2018
Fix http://www.cpantesters.org/cpan/report/0541ec06-6d74-11e8-bd63-bc3713bf8fb6

0.03 Sun Jun 10 20:26:36 EDT 2018
Added the run() method
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST
Expand Up @@ -19,11 +19,11 @@ t/cv.t
t/dist.t
t/gv.t
t/kwalitee.t
t/link.t
t/links.t
t/manifest.t
t/metrics.t
t/namespaces.t
t/no404.t
t/no404s.t
t/noplan.t
t/pod-cm.t
t/pod.t
Expand Down
4 changes: 2 additions & 2 deletions README
@@ -1,4 +1,4 @@
Geo::Coder::US::Census Version 0.02
Geo::Coder::US::Census Version 0.04

INSTALLATION

Expand Down Expand Up @@ -33,6 +33,6 @@ You can also look for information at:

LICENSE AND COPYRIGHT

Copyright (C) 2017 Nigel Horne
Copyright (C) 2017,2018 Nigel Horne

This program is released under the following licence: GPL
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,11 +3,11 @@

# Geo::Coder::US::Census

Provides a geocoding functionality for the US using http://geocoding.geo.census.gov
Provides a Geo-Coding functionality for the US using [https://geocoding.geo.census.gov](https://geocoding.geo.census.gov)

# VERSION

Version 0.03
Version 0.04

# SYNOPSIS

Expand Down
1 change: 1 addition & 0 deletions bin/census
Expand Up @@ -10,6 +10,7 @@ use lib "$Bin/../lib";
eval {
doit();
};

die $@ if $@;

sub doit
Expand Down
1 change: 1 addition & 0 deletions ignore.txt
Expand Up @@ -14,3 +14,4 @@ Geo-Coder-CA-*
*.swp
.appveyor.yml
.travis.yml
t/online.enabled
4 changes: 2 additions & 2 deletions lib/Geo/Coder/US/Census.pm
Expand Up @@ -18,11 +18,11 @@ Geo::Coder::US::Census - Provides a Geo-Coding functionality for the US using L<
=head1 VERSION
Version 0.03
Version 0.04
=cut

our $VERSION = '0.03';
our $VERSION = '0.04';

=head1 SYNOPSIS
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6256639

Please sign in to comment.