Lines Matching refs:item

360 # an item more than once into the queue. Why would you need that? Well,
364 # (1) looks at the first item in the queue without shifting it off
366 # (2) cares for the item
368 # (3) removes the item from the queue, *even if its agenda failed and
369 # even if the item isn't the first in the queue anymore* (that way
372 # So if an item has prerequisites, the installation fails now, but we
375 # I also expect insane dependency situations where an item gets more
5378 my($item);
5379 for $item (qw/MANPAGE/) {
5380 push @m, sprintf($sprintf, $item, $self->{$item})
5381 if exists $self->{$item};
5383 for $item (qw/CONTAINS/) {
5384 push @m, sprintf($sprintf, $item, join(" ",@{$self->{$item}}))
5385 if exists $self->{$item} && @{$self->{$item}};
6076 =item Searching for authors, bundles, distribution files and modules
6090 item is displayed. If the search finds one item, the result is
6095 =item make, test, install, clean modules or distributions
6139 =item get, readme, look module or distribution
6146 =item ls author
6153 =item Signals
6257 =item expand($type,@things)
6266 =item expandany(@things)
6272 =item Programming Examples
6344 =item CPAN::Author::as_glimpse()
6348 =item CPAN::Author::as_string()
6352 =item CPAN::Author::email()
6356 =item CPAN::Author::fullname()
6360 =item CPAN::Author::name()
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()
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()
6424 =item CPAN::Distribution::as_glimpse()
6428 =item CPAN::Distribution::as_string()
6432 =item CPAN::Distribution::clean()
6437 =item CPAN::Distribution::containsmods()
6444 =item CPAN::Distribution::cvs_import()
6453 =item CPAN::Distribution::dir()
6457 =item CPAN::Distribution::force($method,@args)
6465 =item CPAN::Distribution::get()
6471 =item CPAN::Distribution::install()
6480 =item CPAN::Distribution::isa_perl()
6487 =item CPAN::Distribution::look()
6492 =item CPAN::Distribution::make()
6499 =item CPAN::Distribution::prereq_pm()
6506 =item CPAN::Distribution::readme()
6511 =item CPAN::Distribution::test()
6516 =item CPAN::Distribution::uptodate()
6521 =item CPAN::Index::force_reload()
6525 =item CPAN::Index::reload()
6530 =item CPAN::InfoObj::dump()
6537 =item CPAN::Module::as_glimpse()
6541 =item CPAN::Module::as_string()
6545 =item CPAN::Module::clean()
6549 =item CPAN::Module::cpan_file()
6553 =item CPAN::Module::cpan_version()
6557 =item CPAN::Module::cvs_import()
6561 =item CPAN::Module::description()
6567 =item CPAN::Module::force($method,@args)
6575 =item CPAN::Module::get()
6579 =item CPAN::Module::inst_file()
6585 =item CPAN::Module::inst_version()
6589 =item CPAN::Module::install()
6593 =item CPAN::Module::look()
6599 =item CPAN::Module::make()
6603 =item CPAN::Module::manpage_headline()
6610 =item CPAN::Module::readme()
6614 =item CPAN::Module::test()
6618 =item CPAN::Module::uptodate()
6622 =item CPAN::Module::userid()
6696 =item *
6710 =item *
6804 =item C<o conf E<lt>scalar optionE<gt>>
6808 =item C<o conf E<lt>scalar optionE<gt> E<lt>valueE<gt>>
6812 =item C<o conf E<lt>list optionE<gt>>
6817 =item C<o conf E<lt>list optionE<gt> [shift|pop]>
6821 =item C<o conf E<lt>list optionE<gt> [unshift|push|splice] E<lt>listE<gt>>
6918 =item http firewall
6929 =item ftp firewall
6939 =item One way visibility
6952 =item SOCKS
6959 =item IP Masquerade
7001 =item 1)
7016 =item 2)
7024 =item 3)
7041 =item 4)
7054 =item 5)
7079 =item 6)
7085 =item 7)
7095 your Bundle installs some prerequisite later than some depending item
7106 =item 8)
7114 =item 9)
7124 =item 10)