Subject: | missing flush to STDOUT |
The Makefile.PL implements a dialog on the terminal without setting
autoflush ($|). Systems that are not running on an interactive terminal
do not get the output and consequently cannot answer the questions.
Please use the prompt function exported by MakeMaker instead. It has a
standardized and well established behavior.
Thanks,