Skip to content

Perl interface to the NetBSD editline library

License

Notifications You must be signed in to change notification settings

uperl/Term-EditLine

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

No packages published

Contributors 3

  •  
  •  
  •