Lines Matching refs:ReadLine
100 require Term::ReadLine;
103 $term->ReadLine eq "Term::ReadLine::Stub"
105 $term = Term::ReadLine->new('CPAN Monitor');
107 if ($term->ReadLine eq "Term::ReadLine::Gnu") {
142 $try_detect_readline = $term->ReadLine eq "Term::ReadLine::Stub" if $term;
144 ($term->ReadLine ne "Term::ReadLine::Stub") ? "enabled" :
150 ReadLine support %s
215 if ($CPAN::META->has_inst("Term::ReadLine::Gnu")
217 $CPAN::META->has_inst("Term::ReadLine::Perl")
219 delete $INC{"Term/ReadLine.pm"};
222 require Term::ReadLine;
224 "Term::ReadLine redefined\n");
6062 you install Term::ReadKey and Term::ReadLine to enjoy both history and
6070 only works if a real ReadLine interface module is installed).