Lines Matching refs:prompt

15 use ExtUtils::MakeMaker qw(prompt);
67 dialog anytime later by typing 'o conf init' at the cpan prompt.)
72 ExtUtils::MakeMaker::prompt("Are you ready for manual configuration?",
79 *prompt = \&ExtUtils::MakeMaker::prompt;
83 # prototype should match that of &MakeMaker::prompt
84 *prompt = sub ($;$) {
119 while ($ans = prompt("CPAN build and cache directory?",$default)) {
167 $ans = prompt("Cache size for build directory (in MB)?", $default);
183 $ans = prompt("Perform cache scanning (atstart or never)?", $default);
200 $ans = prompt("Cache metadata (yes/no)?", ($default ? 'yes' : 'no'));
223 $ans = prompt("Your terminal expects ISO-8859-1 (yes/no)?",
243 $ans = prompt("File to save your history?", $default);
250 $ans = prompt("Number of lines to save?", $default);
271 prompt("Policy on building prerequisites (follow, ask or ignore)?",
323 $ans = prompt("Where is your $progname program?",$path) || $path;
330 $ans = prompt("What is your favorite pager program?",$path);
342 $ans = prompt("What is your favorite shell?",$path);
363 prompt("Parameters for the 'perl Makefile.PL' command?
370 $CPAN::Config->{make_arg} = prompt("Parameters for the 'make' command?
379 prompt("Parameters for the 'make install' command?
404 prompt("Timeout for inactivity during Makefile.PL?",$default);
418 $CPAN::Config->{$_} = prompt("Your $_?",$default);
431 if ($CPAN::Config->{proxy_user} = prompt("Your proxy user id?",$default)) {
451 $CPAN::Config->{proxy_pass} = prompt("Your proxy password?");
486 my $prompt = qq{Found $mby as of $mtime
493 my $ans = prompt($prompt,"y");
539 my($items,$prompt,$default,$require_nonempty,$empty_warning)=@_;
555 my $num = prompt($prompt,$default);
669 my $prompt = "Select as many URLs as you like (by number),
674 $prompt .= "\n(or just hit RETURN to keep your previous picks)";
677 @urls = picklist (\@urls, $prompt, $default);
686 my $prompt = "Enter another URL or RETURN to quit:";
688 $prompt = qq{CPAN.pm needs at least one URL where it can fetch CPAN files from.
692 $ans = prompt ($prompt, "");