summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-11-17 00:57:40 -0800
committerMark Wells <mark@freeside.biz>2016-11-17 00:57:40 -0800
commite33b3f4ae5f63db6f734ef38049092911ea9961b (patch)
tree5e252c804741effec716759d1285af277df18f1b /README
initial version
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
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.
+