diff options
author | Mark Wells <mark@freeside.biz> | 2015-03-04 12:10:04 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-03-04 12:10:04 -0800 |
commit | c16e8ca7ab01db1321d407a8eba212440b0c97c9 (patch) | |
tree | 91129c285ec04914f2f33198cde83a69900016e5 /Makefile.PL | |
parent | 83646ffc2d229a706bdf3f90bf3cc8834c03106f (diff) |
switch to CSV API for better reliability, prepare 0.01 release
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index fa04a9a..908534b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,8 +14,9 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, - 'XML::LibXML' => 2, 'LWP::UserAgent' => 0, + 'Text::CSV' => 0, + 'Moo' => 1, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Geo-USCensus-Geocoding-*' }, |