Subject: | Makefile.PL does not use ExtUtils::Makemaker::prompt |
(talking about version 0.10)
Please use MakeMaker's prompt() function, it has several advantages over
a bare print: sets $|, terminal detection, recognizes environment
variables AUTOMATED_TESTING and PERL_MM_USE_DEFAULT.
Without it the user may not even see a prompt, just a hanging terminal.
Thanks,