bisect-runner.pl should add db4 compatibility to DB_File.xs where possible.
authorNicholas Clark <nick@ccl4.org>
Fri, 7 Oct 2011 20:23:57 +0000 (22:23 +0200)
committerNicholas Clark <nick@ccl4.org>
Fri, 7 Oct 2011 20:23:57 +0000 (22:23 +0200)
commit5fceabf37802cb6e9aa4c0cdde30378472046822
treecd2b81887b52dcffca44cad0ffa7889c3f1ae264
parent6ff3edb11b8f174c5677521cbd37ac388763f944
bisect-runner.pl should add db4 compatibility to DB_File.xs where possible.

Without this it won't build if db.h is found, but it's "too new" for the
checked-out vintage XS code.

Tweak apply_patch() to print out any patch that fails to apply. This helps
with debugging patches generated dynamically by bisect-runner.pl
Porting/bisect-runner.pl