diff options
author | Mark Wells <mark@freeside.biz> | 2015-03-13 17:46:07 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-03-13 17:46:07 -0700 |
commit | f81bdf93c112e3222ba9f0be2477fd3403fdc9f5 (patch) | |
tree | 4ff358e158c1c5c319d3a240e66ce019fba0e956 /Makefile.PL | |
parent | 9c5e55dee57384a1210044f95f459de72ce063f5 (diff) |
allow Moo < 1.0
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 908534b..e0794f4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,7 @@ WriteMakefile( 'Test::More' => 0, 'LWP::UserAgent' => 0, 'Text::CSV' => 0, - 'Moo' => 1, + 'Moo' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Geo-USCensus-Geocoding-*' }, |