Update from http to https URL
[Geo-USCensus-Geocoding.git] / README
1 Geo-USCensus-Geocoding
2
3 Interface to the U.S. Census Bureau geocoding service.
4
5 INSTALLATION
6
7 To install this module, run the following commands:
8
9         perl Makefile.PL
10         make
11         make test
12         make install
13
14 SUPPORT AND DOCUMENTATION
15
16 After installing, you can find documentation for this module with the
17 perldoc command.
18
19     perldoc Geo::USCensus::Geocoding
20
21 You can also look for information at:
22
23     RT, CPAN's request tracker (report bugs here)
24         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Geo-USCensus-Geocoding
25
26     AnnoCPAN, Annotated CPAN documentation
27         http://annocpan.org/dist/Geo-USCensus-Geocoding
28
29     CPAN Ratings
30         http://cpanratings.perl.org/d/Geo-USCensus-Geocoding
31
32     Search CPAN
33         http://search.cpan.org/dist/Geo-USCensus-Geocoding/
34
35
36 LICENSE AND COPYRIGHT
37
38 Copyright (C) 2014 Mark Wells
39
40 This program is free software; you can redistribute it and/or modify it
41 under the terms of either: the GNU General Public License as published
42 by the Free Software Foundation; or the Artistic License.
43
44 See http://dev.perl.org/licenses/ for more information.
45