1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
This commit is contained in:
Adam Kennedy 2009-01-24 19:02:14 +00:00
parent 9763807fcd
commit 4e289fd09b

View file

@ -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(@_) };
} }