From: Matt S Trout Date: Thu, 21 Jan 2021 20:40:12 +0000 (+0000) Subject: include Data::Dumper::Concise in dep list X-Git-Tag: v2.000000~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d291f334532e6b82ed8c151c4b9d75b33942447b;p=dbsrgits%2FSQL-Abstract.git include Data::Dumper::Concise in dep list --- diff --git a/Makefile.PL b/Makefile.PL index 2d40d9a..f4ef332 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -21,6 +21,7 @@ my %META = ( 'Test::Exception' => '0.31', 'Test::Warn' => '0', 'Storable' => '0', # for cloning in tests + 'Data::Dumper::Concise' => '0', }, }, runtime => {