From: Dagfinn Ilmari Mannsåker Date: Mon, 3 Apr 2017 15:27:41 +0000 (+0100) Subject: Restore 'dynamic_config => 0' missed in the Distar port X-Git-Tag: v1.84~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=743a28dbb7e4920ed22ed5612bbf8dd7c28c4392;p=dbsrgits%2FSQL-Abstract.git Restore 'dynamic_config => 0' missed in the Distar port --- diff --git a/Changes b/Changes index ff78a51..21d3a01 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract + - Restore 'dynamic_config => 0' missed in the Distar port + 1.83 - 2017-04-03 - Support for DELETE ... RETURNING (GH#9) - Port to Distar diff --git a/Makefile.PL b/Makefile.PL index 935f584..3bdbe93 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,7 @@ use 5.006; my %META = ( name => 'SQL-Abstract', license => 'perl_5', + dynamic_config => 0, prereqs => { configure => { requires => {