In article <2faa4c90-0692-48ab-be30-93ce9a89e...@redbone.co.nz>, Dan Horne <dan.ho...@redbone.co.nz> wrote:
> On another topic (but related to the same file), is there any way I > can prompt the person installing the distribution for the name of a > UNIX group which should have execute permissions on this file? Makemaker has the prompt() function for this. Before you call WriteMakefile, prompt the user for the name and do whatever processing you need.