1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

- Adding an explicit dynamic_config => 1 (ADAMK)

This commit is contained in:
Adam Kennedy 2011-10-21 06:35:50 +00:00
parent 03eba98081
commit ca1af87a48
2 changed files with 5 additions and 1 deletions

View file

@ -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;

View file

@ -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