What's the ideal way of specifying a value in a .pm file during it's installation.
that I want to be populated during the installation of one of my own modules. What's the best way to do this? (I'm using h2xs to generate the Makefile.PL) Do I just make a script that prompts and s/// the value in the file? I looked through the MakeMaker docs and really didn't find anything that helped. (Could be I missed it too.)