in reply to Re^2: Interactivity in tests - done correctly?
in thread Interactivity in tests - done correctly?
Yes, as I said I initially slightly misread the question and hence the reference to Makefile.PL. You can use ExtUtils::MakeMaker->prompt in your test scripts too.
$ perl -MExtUtils::MakeMaker -le 'print ExtUtils::MakeMaker::prompt("f +red", "default");' fred [default] # I just hit CR here default
|
|---|