Lines Matching defs:Bundle

40 		  Bundle           32
145 "available (try 'install Bundle::CPAN')";
279 package CPAN::Bundle;
280 @CPAN::Bundle::ISA = qw(CPAN::Module);
766 install Bundle::libnet
1416 my @bbase = "Bundle";
1428 $CPAN::META->instance('CPAN::Bundle',"$bbase\::$entry");
1441 $CPAN::Frontend->myprint($self->format_result('Bundle',@which));
1458 @type = qw/Author Bundle Distribution Module/;
1785 my($todir) = File::Spec->catdir($CPAN::Config->{'cpan_home'},"Bundle");
1803 "package Bundle::$me;\n\n",
1808 "Bundle::$me - Snapshot of installation on ",
1813 "perl -MCPAN -e 'install Bundle::$me'\n\n",
1819 "This Bundle has been generated automatically ",
1835 } elsif ($s =~ m|^Bundle::|) {
1840 return $self->expand('Bundle',$s);
1921 if ( $type eq 'Bundle' ) {
1922 $xarg =~ s/^(Bundle::)?(.*)/Bundle::$2/;
2984 @return = cplx('CPAN::Bundle',$word);
2990 if ($word =~ /^Bundle::/) {
2993 @return = (cplx('CPAN::Module',$word),cplx('CPAN::Bundle',$word));
3002 @return = (cplx('CPAN::Module',$word),cplx('CPAN::Bundle',$word));
3024 cplx('CPAN::Bundle',$word),
3289 CPAN::Queue->exists('Bundle::CPAN') ||
3299 install Bundle::CPAN
3308 } elsif ($mod =~ /^Bundle::(.*)/) {
3313 $id = $CPAN::META->instance('CPAN::Bundle',$mod);
3367 for my $class (qw(CPAN::Module CPAN::Bundle CPAN::Distribution)) {
3422 foreach my $k (qw(CPAN::Bundle CPAN::Author CPAN::Module
4881 package CPAN::Bundle;
4897 #-> sub CPAN::Bundle::color_cmd_tmps ;
4924 #-> sub CPAN::Bundle::as_string ;
4933 #-> sub CPAN::Bundle::contains ;
4946 $CPAN::Frontend->mydie("Bundle $id not found on disk and not on CPAN.
4996 #-> sub CPAN::Bundle::find_bundle_file
5000 ### The following two lines let CPAN.pm become Bundle/CPAN.pm :-(
5018 $what2 =~ s/:Bundle://;
5021 $what2 =~ s|Bundle[/\\]||;
5033 # have no Bundle directory
5038 Carp::croak("Couldn't find a Bundle file in $where");
5042 # cpan_home/Bundle/ directory and the possibility that we have
5046 #-> sub CPAN::Bundle::inst_file ;
5067 #-> sub CPAN::Bundle::inst_version ;
5074 #-> sub CPAN::Bundle::rematein ;
5084 $s =~ m|^Bundle::| ? 'CPAN::Bundle' : 'CPAN::Module';
5087 The Bundle }.$self->id.qq{ contains
5096 if ($obj->isa(CPAN::Bundle)
5125 my $raw = sprintf(qq{Bundle summary:
5155 #sub CPAN::Bundle::xs_file
5162 #-> sub CPAN::Bundle::force ;
5164 #-> sub CPAN::Bundle::get ;
5166 #-> sub CPAN::Bundle::make ;
5168 #-> sub CPAN::Bundle::test ;
5174 #-> sub CPAN::Bundle::install ;
5179 #-> sub CPAN::Bundle::clean ;
5182 #-> sub CPAN::Bundle::uptodate ;
5185 return 0 unless $self->SUPER::uptodate; # we mut have the current Bundle def
5194 #-> sub CPAN::Bundle::readme ;
5422 # Note: also inherited by CPAN::Bundle
6180 C<$CPAN::Config-E<gt>{cpan_home}/Bundle> directory. The file contains
6193 installation. You start on one architecture with the help of a Bundle
6194 file produced earlier. CPAN installs the whole Bundle for you, but
6204 =head2 The four C<CPAN::*> Classes: Author, Bundle, Module, Distribution
6217 words starting with Bundle:: Bundle
6269 CPAN::Bundle objects for bundles, CPAN::Module objects for modules and
6337 CPAN::Distribution, CPAN::Bundle, and CPAN::Author is still considered
6364 =item CPAN::Bundle::as_glimpse()
6368 =item CPAN::Bundle::as_string()
6372 =item CPAN::Bundle::clean()
6376 =item CPAN::Bundle::contains()
6381 =item CPAN::Bundle::force($method,@args)
6390 =item CPAN::Bundle::get()
6394 =item CPAN::Bundle::inst_file()
6400 =item CPAN::Bundle::inst_version()
6402 Like CPAN::Bundle::inst_file, but returns the $VERSION
6404 =item CPAN::Bundle::uptodate()
6408 =item CPAN::Bundle::install()
6412 =item CPAN::Bundle::make()
6416 =item CPAN::Bundle::readme()
6420 =item CPAN::Bundle::test()
6532 CPAN::Author, CPAN::Bundle, CPAN::Module, and CPAN::Distribution
6648 A bundle is just a perl module in the namespace Bundle:: that does not
6671 Bundle::Tkkit' (assuming such a bundle exists), CPAN will install all
6673 own Bundles locally by placing a conformant Bundle file somewhere into
6886 Bundle/my_bundle.pm. With a clever bundle file you can then simply say
6888 cpan> install Bundle::my_bundle
7030 resulting bundle file (e.g. Bundle/mybundle.pm), install the new perl
7037 cpan> install Bundle::mybundle
7087 I installed a Bundle and had a couple of fails. When I
7095 your Bundle installs some prerequisite later than some depending item
7101 fail and you need to install often, it is recommended sort the Bundle