in reply to Kwalitee and the prompt() method

There is a prompt() method/function in ExtUtils::MakeMaker as well as in Module::Build and Module::Install (moritz explained what it is good for), so that the recommendation will work for whatever you use as an installer.

Replies are listed 'Best First'.
Re^2: Kwalitee and the prompt() method
by pokki (Monk) on Jan 01, 2011 at 17:01 UTC

    Thanks as well!