mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Bug fix
This commit is contained in:
parent
9763807fcd
commit
4e289fd09b
1 changed files with 3 additions and 1 deletions
|
@ -157,7 +157,9 @@ WriteMakefile(
|
||||||
|
|
||||||
package MY;
|
package MY;
|
||||||
|
|
||||||
sub postamble {
|
sub postamble {
|
||||||
|
require DBI;
|
||||||
|
require DBI::DBD;
|
||||||
eval { DBI::DBD::dbd_postamble(@_) };
|
eval { DBI::DBD::dbd_postamble(@_) };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue