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

@ -158,6 +158,8 @@ WriteMakefile(
package MY;
sub postamble {
require DBI;
require DBI::DBD;
eval { DBI::DBD::dbd_postamble(@_) };
}