aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-04-19 13:43:13 +0800
committermph <mph@FreeBSD.org>1998-04-19 13:43:13 +0800
commit77443f939002b121f5cff150499c0ddd7aa2b15f (patch)
tree5f9315e1d6080ffbbbe80510337afeabfad012b7 /devel
parent133cb8b5441d85bc02f5e3cb4927ba918fb23798 (diff)
downloadfreebsd-ports-gnome-77443f939002b121f5cff150499c0ddd7aa2b15f.tar.gz
freebsd-ports-gnome-77443f939002b121f5cff150499c0ddd7aa2b15f.tar.zst
freebsd-ports-gnome-77443f939002b121f5cff150499c0ddd7aa2b15f.zip
Add a more descriptive description, like the p5-ReadLine-Gnu version.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-ReadLine-Perl/pkg-descr10
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.