Add a more illuminating description (I hope).

Requested by:	asami
This commit is contained in:
Matthew Hunt 1998-04-19 05:40:26 +00:00
parent 45e0585b78
commit d0901b673f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10576

View file

@ -1,3 +1,8 @@
This module allows Term::ReadLine (which ships with Perl 5) to use
the GNU readline library, for improved command line editing and
recall in programs using Term::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 supplements Term::ReadLine so that it uses GNU readline,
which comes with FreeBSD. Applications that use Term::ReadLine do
not need to be modified to gain the benefits of this package; it will
happen transparently upon installation.