Add a more descriptive description, like the p5-ReadLine-Gnu version.

This commit is contained in:
Matthew Hunt 1998-04-19 05:43:13 +00:00
parent d0901b673f
commit e36de4fcee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10577

View file

@ -1,2 +1,8 @@
This module allows Term::ReadLine (which ships with Perl 5) to Perl 5 ships with a module called Term::ReadLine which is an interface
provide satisfactory editing without using GNU readline. 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.