This sort of thing does require writing code for your Makefile.PL. I can cite an example where I did something similar in one of my modules, the RPC::XML package. In short, you would either add additional actions to the relevant rules (like install) to copy the files (and you will probably use Make variables such as $(INSTALLARCHLIB) or something in the paths), or add them to the list of files that MakeMaker already creates rules for.
For DB files, I think it would be just as easy to add additional rules to do the copy and installation explicitly, tied perhaps to the "all" and "install" rules.
--rjray
In reply to Re: MakeMaker Hacking?
by rjray
in thread MakeMaker Hacking?
by hsmyers
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |