Term::ReadLine::Perl support to ReadLineHistory
authorChris Marshall <devel.chm.01@gmail.com>
Sat, 8 May 2010 19:39:34 +0000 (15:39 -0400)
committerChris Marshall <devel.chm.01@gmail.com>
Sat, 8 May 2010 19:39:34 +0000 (15:39 -0400)
commit7907c13edbcefce0b34ce3656cf0d8a6aa78b09c
treecfc6918c317d65612a489bcfbb59bb6620b8d0bd
parent5fcf6d66c60219b9f85040bb65f1477e4b676687
Term::ReadLine::Perl support to ReadLineHistory

Term::ReadLine::Gnu uses the stifle_history() method to set the
number of history lines kept.  Term::ReadLine::Perl uses the
value of the MaxHistorySize atribute.
lib/Devel/REPL/Plugin/ReadLineHistory.pm