Lines Matching defs:Shell

45 		  Shell          1024
55 $CPAN::Frontend ||= "CPAN::Shell";
80 CPAN::Shell->$l(@_);
201 eval { CPAN::Shell->$command(@line) };
221 local($SIG{__WARN__}) = CPAN::Shell::paintdots_onreload(\$redef);
307 package CPAN::Shell;
309 @CPAN::Shell::ISA = qw(CPAN::Debug);
313 #-> sub CPAN::Shell::AUTOLOAD ;
759 push @CPAN::Shell::ISA, CPAN::WAIT;
1349 package CPAN::Shell;
1351 #-> sub CPAN::Shell::h ;
1384 #-> sub CPAN::Shell::a ;
1394 #-> sub CPAN::Shell::ls ;
1411 #-> sub CPAN::Shell::local_bundles ;
1436 #-> sub CPAN::Shell::b ;
1444 #-> sub CPAN::Shell::d ;
1447 #-> sub CPAN::Shell::m ;
1453 #-> sub CPAN::Shell::i ;
1475 #-> sub CPAN::Shell::o ;
1477 # CPAN::Shell::o and CPAN::Config::edit are closely related. 'o conf'
1583 #-> sub CPAN::Shell::reload ;
1608 #-> sub CPAN::Shell::_binary_extensions ;
1628 #-> sub CPAN::Shell::recompile ;
1650 #-> sub CPAN::Shell::_u_r_common ;
1770 #-> sub CPAN::Shell::r ;
1775 #-> sub CPAN::Shell::u ;
1780 #-> sub CPAN::Shell::autobundle ;
1827 #-> sub CPAN::Shell::expandany ;
1848 #-> sub CPAN::Shell::expand ;
1901 ! \$CPAN::Shell::ADVANCED_QUERY=1
1939 #-> sub CPAN::Shell::format_result ;
1960 #-> sub CPAN::Shell::print_ornameted ;
2037 #-> sub CPAN::Shell::rematein ;
2078 $obj = CPAN::Shell->expandany($s);
2119 $obj = CPAN::Shell->expandany($s);
2152 #-> sub CPAN::Shell::dump ;
2154 #-> sub CPAN::Shell::force ;
2156 #-> sub CPAN::Shell::get ;
2158 #-> sub CPAN::Shell::readme ;
2160 #-> sub CPAN::Shell::make ;
2162 #-> sub CPAN::Shell::test ;
2164 #-> sub CPAN::Shell::install ;
2166 #-> sub CPAN::Shell::clean ;
2168 #-> sub CPAN::Shell::look ;
2170 #-> sub CPAN::Shell::cvs_import ;
2983 CPAN::Shell->local_bundles;
2991 CPAN::Shell->local_bundles;
3784 my $premo = CPAN::Shell->expand("Module",$pre);
3822 my $obj = CPAN::Shell->expandany($c);
4604 CPAN::Shell->expandany($p)->color_cmd_tmps(0,1);
4892 my $obj = CPAN::Shell->expandany($c) or next;
4914 my $obj = CPAN::Shell->expandany($c) or next;
5188 my $obj = CPAN::Shell->expandany($c);
5218 if ( my $dist = CPAN::Shell->expand("Distribution", $self->cpan_file) ) {
5238 if ( my $dist = CPAN::Shell->expand("Distribution", $self->cpan_file) ) {
5256 $CPAN::Shell::COLOR_REGISTERED
5291 if ($author = CPAN::Shell->expand('Author',$userid)) {
6167 =head2 CPAN::Shell
6170 the package CPAN::Shell. If you enter the shell command, all your
6246 available as methods (C<CPAN::Shell-E<gt>install(...)>) and as
6250 CPAN::Shell. All commands that are available in the CPAN shell are
6251 methods of the class CPAN::Shell. Each of the commands that produce
6261 C<CPAN::Shell-E<gt>expand("Module",@things)> method. Expand returns a
6278 perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r)'
6282 my $obj = CPAN::Shell->expand('Module',$mod);
6287 for $mod (CPAN::Shell->expand("Module","/./")){
6295 print CPAN::Shell->expand("Module","Apache::Constants")->cpan_file
6300 perl -e 'use CPAN; CPAN::Shell->r;'
6311 for $mod (CPAN::Shell->expand("Module","/./")){
6321 for $mod (CPAN::Shell->expand("Module","/Apache|LWP|CGI/")){
6327 $mod = CPAN::Shell->expand("Module","mod_perl");
6330 CPAN::Shell->r;