diff --git a/Changes b/Changes index 92a47ff..1eb9a98 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Changes for Perl extension DBD-SQLite +1.34_03 to be released + - Adding an explicit dynamic_config => 1 (ADAMK) + 1.34_02 Fri 21 Oct 2011 *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** - Resolved #67581: bind_param SQL_INTEGER numifies value; diff --git a/Makefile.PL b/Makefile.PL index 8e9d560..542a94e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -295,6 +295,7 @@ WriteMakefile( # any build-time dependencies that MakeMaker will put into # the requires field. META_ADD => { + dynamic_config => 1, configure_requires => { 'ExtUtils::MakeMaker' => '6.48', # This is not allowed to be computed @@ -324,7 +325,7 @@ WriteMakefile( directory => [ qw{ t inc util } ], - } + }, }, ), OBJECT => ( $sqlite_local