diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-10-27 17:46:36 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-10-27 17:46:36 -0700 |
| commit | b5c8e45c26bc0fe85e96db05eefaa538ef5f1e8e (patch) | |
| tree | 720f1a4f89b83c73b7ff18523df0653393b97955 | |
| parent | 555a568aa63059d5801b3b1343a2480066d696ca (diff) | |
Update from http to https URL
| -rw-r--r-- | Changes | 5 | ||||
| -rw-r--r-- | Geocoding.pm | 9 |
2 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,7 @@ Revision history for Geo-USCensus-Geocoding +0.02 Oct 27 2016 + - Update from http to https URL + 0.01 Mar 03 2015 - initial release + - initial release diff --git a/Geocoding.pm b/Geocoding.pm index 405ff18..edc3ad7 100644 --- a/Geocoding.pm +++ b/Geocoding.pm @@ -12,13 +12,9 @@ use Text::CSV; Geo::USCensus::Geocoding - The U.S. Census Bureau geocoding service -=head1 VERSION - -Version 0.01 - =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; our $DEBUG = 0; =head1 SYNOPSIS @@ -61,7 +57,7 @@ Returns an object of class Geo::USCensus::Geocoding::Result. =cut my $ua = LWP::UserAgent->new; -my $url = 'http://geocoding.geo.census.gov/geocoder/geographies/addressbatch'; +my $url = 'https://geocoding.geo.census.gov/geocoder/geographies/addressbatch'; my $csv = Text::CSV->new({eol => "\n", binary => 1}); @@ -163,6 +159,7 @@ Services: =head1 LICENSE AND COPYRIGHT Copyright (C) 2014 Mark Wells. +Copyright (C) 2016 Freeside Internet Services, Inc. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published |
