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:
parent
03eba98081
commit
ca1af87a48
2 changed files with 5 additions and 1 deletions
3
Changes
3
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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue