Searched refs:ReadLine (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.t11 package Term::ReadLine::Mock;
12 our @ISA = 'Term::ReadLine::Stub';
13 sub ReadLine {'Term::ReadLine::Mock'}; subroutine
23 use_ok('Term::ReadLine');
26 my $t = new Term::ReadLine 'test term::readline';
30 isa_ok($t, 'Term::ReadLine::Mock');
32 for my $method (qw( ReadLine readline addhistory IN OUT MinLine
37 is($t->ReadLine, 'Term::ReadLine
[all...]
H A DReadLine.pm3 Term::ReadLine - Perl interface to various C<readline> packages.
8 use Term::ReadLine;
9 my $term = new Term::ReadLine 'Simple Perl calc';
22 this description is written, the only such package is Term-ReadLine,
30 $term = new Term::ReadLine 'name';
36 where $term is a return value of Term::ReadLine-E<gt>new().
40 =item C<ReadLine>
43 values are C<Term::ReadLine::Gnu>, C<Term::ReadLine::Perl>,
44 C<Term::ReadLine
189 sub ReadLine {'Term::ReadLine::Stub'} subroutine
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl213 =item * ReadLine
215 If false, a dummy ReadLine is used, so you can debug
216 ReadLine applications.
1008 ReadLine NonStop LineInfo
1058 ReadLine => \&ReadLine,
1448 #require Term::ReadLine;
2987 Manages the commands in C<@hist> (which is created if C<Term::ReadLine> reports
5715 In either case, we set up the terminal next. If the C<ReadLine> option was
5716 true, we'll get a C<Term::ReadLine> objec
6509 sub ReadLine { subroutine
[all...]
H A DCPAN.pm100 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
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm233 If you have one of the readline packages (Term::ReadLine::Perl,
234 Term::ReadLine::Gnu, possibly others) installed, the interactive CPAN
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Druntime-perl-584.mf350 file path=usr/perl5/5.8.4/lib/Term/ReadLine.pm mode=0444

Completed in 118 milliseconds