diff options
author | Mark Wells <mark@freeside.biz> | 2016-11-17 00:57:40 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-11-17 00:57:40 -0800 |
commit | e33b3f4ae5f63db6f734ef38049092911ea9961b (patch) | |
tree | 5e252c804741effec716759d1285af277df18f1b /README |
initial version
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ +Geo-USCensus-TIGERweb + +Interface to the U.S. Census Bureau TIGER data services + +INSTALLATION + +To install this module, run the following commands: + + perl Makefile.PL + make + make test + make install + +SUPPORT AND DOCUMENTATION + +After installing, you can find documentation for this module with the +perldoc command. + + perldoc Geo::USCensus::TIGERweb + +LICENSE AND COPYRIGHT + +Copyright (C) 2016 Mark Wells +Copyright (C) 2016 Freeside Internet Services + +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 +by the Free Software Foundation; or the Artistic License. + +See http://dev.perl.org/licenses/ for more information. + |