From: perlbug@veggiechinese.net Date: Tue, 24 May 2005 23:29:37 +0000 (+0000) Subject: Update description of Term::ReadLine and fix typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bbb077f89cfa51ef1f6ac455d149f566c51bbd2d;p=p5sagit%2Fp5-mst-13.2.git Update description of Term::ReadLine and fix typo Subject: [perl #35963] Typo in Term::ReadLine From: "perlbug@veggiechinese.net (via RT)" Message-ID: p4raw-id: //depot/perl@24571 --- diff --git a/lib/Term/ReadLine.pm b/lib/Term/ReadLine.pm index 8cb6ab3..1216f21 100644 --- a/lib/Term/ReadLine.pm +++ b/lib/Term/ReadLine.pm @@ -18,10 +18,9 @@ If no real package is found, substitutes stubs instead of basic functions. =head1 DESCRIPTION -This package is just a front end to some other packages. At the moment -this description is written, the only such package is Term-ReadLine, -available on CPAN near you. The real target of this stub package is to -set up a common interface to whatever Readline emerges with time. +This package is just a front end to some other packages. It's a stub to +set up a common interface to the various ReadLine implementations found on +CPAN (under the C namespace). =head1 Minimal set of supported functions @@ -100,7 +99,7 @@ method C is not dummy. =head1 Additional supported functions Actually C can use some other package, that will -support reacher set of commands. +support a richer set of commands. All these commands are callable via method interface and have names which conform to standard conventions with the leading C stripped.