NAME
Term::EditLine2
SYNOPSIS
use Term::EditLine; # Term::EditLine2 is deprecated
DESCRIPTION
This was originall a fork of Term::EditLine, which has since been reintegrated into the original Term::EditLine. This module remains as a compatability interface. I believe the users of this fork to be relatively small (if any) so I will be deprecating this one and removing it from CPAN, but no sooner than September 12, 2015. If at all possible please migrate to the original module. If this will cause you significant harm, please let me know via the project bug tracker, depending on the circumstances I can extend the life of this compatability layer.
SEE ALSO
SUPPORT
To report bugs, please use the GitHub bugtracker:
https://github.com/plicease/Term-EditLine/issues
To submit patches, please create a pull request on GitHub:
https://github.com/plicease/Term-EditLine/pulls
AUTHOR
Original Author:
Ulrich Burgbacher, <ulrich@burgbacher.net>
Current Maintainer:
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2003 by Ulrich Burgbacher
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.