Skip to content

Commit

Permalink
s/none/manual/; and adjust 30shell to still pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andk committed Jan 16, 2011
1 parent ee9a1d3 commit f0be26f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/CPAN/FirstTime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ sub init {
local $auto_config = 0; # We *must* ask, even under autoconfig
local *_real_prompt; # We *must* show prompt
my_prompt_loop(install_help => 'local::lib', $matcher,
'local::lib|sudo|none');
'local::lib|sudo|manual');
}
$CPAN::Config->{install_help} ||= ''; # Temporary to suppress warnings

Expand Down
4 changes: 3 additions & 1 deletion t/30shell.t
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,9 @@ __END__
#E:(?s:.*?configure.as.much.as.possible.automatically.*?\])
########
#P:yesplease
#E:commit: wrote.+?MyConfig
#E:(commit: wrote.+?MyConfig|You.do.not.have.write.permission)
########
#P:# manual
########
#P:# o debug all
########
Expand Down

0 comments on commit f0be26f

Please sign in to comment.