Why not adopt me?
This distribution is up for adoption!
        If you're interested then please contact the PAUSE module admins via
        email.
        
      
  Changes for version 0.42 - 2016-08-23
- make tests pass again if Term::ReadKey is not installed (andk, #52)
Documentation
read, eval, print, loop, yay!    
  Modules
read, eval, print, loop, yay!    
  
command line app runner for Reply    
  
config loading for Reply    
  
base class for Reply plugins    
  
automatically refreshes the external code you use    
  
tab completion for reply commands    
  
tab completion for function names    
  
tab completion for global variables    
  
tab completion for perl keywords    
  
tab completion for lexical variables    
  
tab completion for methods    
  
tab completion for package names    
  
display error stack traces only on demand    
  
colorize output    
  
format results using Data::Dump    
  
format results using Data::Dumper    
  
format results using Data::Printer    
  
command to edit the current line in a text editor    
  
provides a more informative prompt    
  
persists lexical hints across input lines    
  
allows using Ctrl+C to interrupt long-running lines    
  
persists lexical variables between lines    
  
attempts to load classes implicitly if possible    
  
command to nopaste a transcript of the current session    
  
persist the current package between lines    
  
command to automatically open long results in a pager    
  
use Term::ReadLine for user input    
  
retain previous results to be able to refer to them later    
  
time commands