Lines Matching refs:shell

69 	     install make readme recompile shell test clean
88 #-> sub CPAN::shell ;
89 sub shell {
149 cpan shell -- CPAN exploration and modules installation (v%s%s)
210 # shell, but on the second command I see no
226 goto &shell;
489 # Called by shell, not in batch mode. In batch mode I see no risk in
491 # continually checked at runtime. In shell mode I suspect it is
492 # unintentional to open more than one shell at a time
1376 o conf [opt] set and query options q quit the cpan shell
4100 if ( $CPAN::Config->{'shell'} ) {
4107 Please define it with "o conf shell <your shell>"
4125 unless (system($CPAN::Config->{'shell'}) == 0) {
4127 $CPAN::Frontend->mywarn("Subprocess shell exit code $code\n");
6004 perl -MCPAN -e shell;
6047 C<CPAN::WAIT> is installed on your system, the interactive shell of
6053 interactive shell style.
6059 perl -MCPAN -e shell
6068 The function call C<shell> takes two optional arguments, one is the
6156 in the cpan-shell it is intended that you can press C<^C> anytime and
6157 return to the cpan-shell prompt. A SIGTERM will cause the cpan-shell
6158 to clean up and leave the shell loop. You can emulate the effect of a
6169 The commands that are available in the shell interface are methods in
6170 the package CPAN::Shell. If you enter the shell command, all your
6245 If you do not enter the shell, the available shell commands are both
6250 CPAN::Shell. All commands that are available in the CPAN shell are
6275 functionalities that are available in the shell.
6675 shell interface does that for you by including all currently installed
6758 issueing the command C< o conf init > in the CPAN shell.
6800 shell with the command set defined within the C<o conf> command:
6874 for this is that the primary use is intended for the cpan shell or for
6882 on the CPAN shell command line. This command writes a bundle definition
6972 perl -MCPAN -e '$ENV{FTP_PASSIVE} = 1; shell'
7116 When I run CPAN's shell, I get error msg about line 1 to 4,
7153 traditional method of building a Perl module package from a shell.