Fixed History to work with ReadLineHistory
authorChris Marshall <devel.chm.01@gmail.com>
Sun, 13 Jun 2010 16:57:30 +0000 (12:57 -0400)
committerChris Marshall <devel.chm.01@gmail.com>
Sun, 13 Jun 2010 16:57:30 +0000 (12:57 -0400)
commit784530113a2b8f94299b9682d9d9d6ddedacb227
treea324fdc458a4d388d92a495ebab53e9abb28d907
parent73d11b2472f1796525dae400d71fafce30665ec4
Fixed History to work with ReadLineHistory

This now works with *both* Term::ReadLine::Gnu (pretty much a no-op
since TR::Gnu does the expansion itself before the History plugin
sees the input pattern) and Term::ReadLine::Perl.  At this point,
I believe that History and ReadLineHistory are fully operational
and hope for an official release soon.
Changes
lib/Devel/REPL.pm
lib/Devel/REPL/Plugin/History.pm
lib/Devel/REPL/Plugin/ReadLineHistory.pm