Searched defs:has_inst (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm215 if ($CPAN::META->has_inst("Term::ReadLine::Gnu")
217 $CPAN::META->has_inst("Term::ReadLine::Perl")
320 if ($CPAN::META->has_inst('CPAN::WAIT')) {
690 # has_inst is sometimes too optimistic, we should replace it with this
695 my $has_inst = $self->has_inst($mod,$message);
696 return unless $has_inst;
725 #-> sub CPAN::has_inst
726 sub has_inst { subroutine
728 Carp::croak("CPAN->has_inst() calle
[all...]

Completed in 19 milliseconds