From f81bdf93c112e3222ba9f0be2477fd3403fdc9f5 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 13 Mar 2015 17:46:07 -0700 Subject: allow Moo < 1.0 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') 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-*' }, -- cgit v1.2.1