diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-19 05:43:13 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-19 05:43:13 +0000 |
commit | e36de4fcee67d379401ae3a374b2cb4a21db8b0b (patch) | |
tree | e7421a5eaad26e579b59c7907599c5ffd9d072d7 /devel/p5-ReadLine-Perl/pkg-descr | |
parent | d0901b673f804783ab3969288bddb40794eba961 (diff) | |
download | ports-e36de4fcee67d379401ae3a374b2cb4a21db8b0b.tar.gz ports-e36de4fcee67d379401ae3a374b2cb4a21db8b0b.zip |
Notes
Diffstat (limited to 'devel/p5-ReadLine-Perl/pkg-descr')
-rw-r--r-- | devel/p5-ReadLine-Perl/pkg-descr | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/p5-ReadLine-Perl/pkg-descr b/devel/p5-ReadLine-Perl/pkg-descr index 051afd80ba23..bc041dc5bd11 100644 --- a/devel/p5-ReadLine-Perl/pkg-descr +++ b/devel/p5-ReadLine-Perl/pkg-descr @@ -1,2 +1,8 @@ -This module allows Term::ReadLine (which ships with Perl 5) to -provide satisfactory editing without using GNU readline. +Perl 5 ships with a module called Term::ReadLine which is an interface +to command line editing and recall. The version that ships with Perl +is only a stub, and offers little functionality. + +This module supplants the Term::ReadLine stubs with real command line +editing and recall facilities, written entirely in Perl. Applications +that use Term::ReadLine do not need to be modified to gain the benefits +of this package; it will happen transparently upon installation. |