X-Git-Url: http://git.freeside.biz/gitweb/?p=Geo-USCensus-Geocoding.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=908534bca0529233c2a2095062832ce50ba0d5a7;hp=fa04a9a98b20648ef16f063bb2136b505b9fbec0;hb=c16e8ca7ab01db1321d407a8eba212440b0c97c9;hpb=83646ffc2d229a706bdf3f90bf3cc8834c03106f 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-*' },