From e33b3f4ae5f63db6f734ef38049092911ea9961b Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 17 Nov 2016 00:57:40 -0800 Subject: initial version --- README | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..752c295 --- /dev/null +++ b/README @@ -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. + -- cgit v1.2.1