Branch: refs/heads/master
Home: https://github.com/perl5-dbi/dbi
Commit: 113b950b37454588ca76a3f816a4b3bbd1031159
https://github.com/perl5-dbi/dbi/commit/113b950b37454588ca76a3f816a4b3bbd1031159
Author: Greg Sabino Mullane <[email protected]>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M Makefile.PL
Log Message:
-----------
Allow parallel builds to work.
If the .so doesn't get built before we invoke the PL scripts, they may find an
older version elsewhere in the path and fail with a "does not match bootstrap
parameter" error. Thus, make a dependency so we don't run those PL scripts
until we have the new .so ready.
Fixes https://github.com/perl5-dbi/dbi/issues/62
Commit: 8b4d815d71be4e8d85b94dca07fc30c671608449
https://github.com/perl5-dbi/dbi/commit/8b4d815d71be4e8d85b94dca07fc30c671608449
Author: H.Merijn Brand <[email protected]>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M Makefile.PL
Log Message:
-----------
Merge pull request #181 from turnstep/allow_parallel_build
Allow parallel builds to work.
Compare: https://github.com/perl5-dbi/dbi/compare/718a101a3429...8b4d815d71be
To unsubscribe from these emails, change your notification settings at
https://github.com/perl5-dbi/dbi/settings/notifications