in reply to cpan module with binary data: when to build?

Create a brand new makefile target, make database say. Have both make test and make install depend on make database.

That way a mere make does not try to create the DB, but doing make test will (and if somebody skips testing then the make install will do it instead).

Smylers