1Perl 5 ships with a module called Term::ReadLine which is an interface
2to command line editing and recall.  The version that ships with Perl
3is only a stub, and offers little functionality.
4
5This module supplements Term::ReadLine so that it uses GNU readline,
6which comes with FreeBSD.  Applications that use Term::ReadLine do
7not need to be modified to gain the benefits of this package; it will
8happen transparently upon installation.
9