From 6256639f76ebc61ae44ae070be44437509ab792f Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Thu, 14 Jun 2018 10:57:08 -0400 Subject: [PATCH] Release 0.04 --- Changes | 4 ++-- MANIFEST | 4 ++-- README | 4 ++-- README.md | 4 ++-- bin/census | 1 + ignore.txt | 1 + lib/Geo/Coder/US/Census.pm | 4 ++-- t/{link.t => links.t} | 0 t/{no404.t => no404s.t} | 0 9 files changed, 12 insertions(+), 10 deletions(-) rename t/{link.t => links.t} (100%) rename t/{no404.t => no404s.t} (100%) diff --git a/Changes b/Changes index f3ce227..306864d 100644 --- a/Changes +++ b/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 diff --git a/MANIFEST b/MANIFEST index 11462ce..9ed2caf 100644 --- a/MANIFEST +++ b/MANIFEST @@ -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 diff --git a/README b/README index a941c70..7fa2930 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Geo::Coder::US::Census Version 0.02 +Geo::Coder::US::Census Version 0.04 INSTALLATION @@ -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 diff --git a/README.md b/README.md index e10a287..76455f7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bin/census b/bin/census index e6189d2..cd8d9d9 100755 --- a/bin/census +++ b/bin/census @@ -10,6 +10,7 @@ use lib "$Bin/../lib"; eval { doit(); }; + die $@ if $@; sub doit diff --git a/ignore.txt b/ignore.txt index 35250af..9efb147 100644 --- a/ignore.txt +++ b/ignore.txt @@ -14,3 +14,4 @@ Geo-Coder-CA-* *.swp .appveyor.yml .travis.yml +t/online.enabled diff --git a/lib/Geo/Coder/US/Census.pm b/lib/Geo/Coder/US/Census.pm index e260177..d7f096e 100644 --- a/lib/Geo/Coder/US/Census.pm +++ b/lib/Geo/Coder/US/Census.pm @@ -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 diff --git a/t/link.t b/t/links.t similarity index 100% rename from t/link.t rename to t/links.t diff --git a/t/no404.t b/t/no404s.t similarity index 100% rename from t/no404.t rename to t/no404s.t