-
Notifications
You must be signed in to change notification settings - Fork 1
Perl interface to the NetBSD editline library
License
uperl/Term-EditLine
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Term::EditLine
==============
Term::EditLine is an object oriented perl interface to the NetBSD editline
library. To use the module you can install that library first, but it
can fall back to Alien::Editline if it's not present. Read
the pod documentation for more information on this module.
INSTALLATION
Install libedit if you want to use that option, for instance with this
command in Debian based distributions, including Ubuntu:
sudo apt install libedit-dev
Or, for RedHat-like distros
sudo yum install libedit-devel
Install pkgconf with
sudo apt install pkgconf
To install this module type the following:
perl Makefile.PL
make
make install
DEPENDENCIES
This module requires these other modules and libraries:
libedit
COPYRIGHT AND LICENCE
Copyright (C) 2003 Ulrich Burgbacher
Copyright (C) 2014 Graham Ollis
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
About
Perl interface to the NetBSD editline library
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published