- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Term::readline::perl
        rocky edited this page Feb 14, 2013 
        ·
        14 revisions
      
    Term::ReadLine::Perl is a pure Perl implementation of GNU Readline.
It is a rather important module, used in many other modules. But it is in need of rewriting and modernization.
I have a patch for it which I use in Devel::Trepan to provide command-line history. But others have contacted me because it should also allow things like multibyte support.
It also looks abandoned. Or at any rate seriously neglected.
Let your imagination run wild. It's not hard to come up with an improvement here. In fact many many people have already done so.
- Reduce bugs. See the (RT bug tracker)[https://rt.cpan.org/Public/Dist/Display.html?Name=Term-ReadLine-Perl]
- Add features (See again the bug page)
- Improve documentation
- Add tests
- Completely rewrite
Rocky Bernstein [email protected] and you.