Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jbarrett
Created January 25, 2014 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbarrett/8611416 to your computer and use it in GitHub Desktop.
Save jbarrett/8611416 to your computer and use it in GitHub Desktop.
Devel::REPL config / plugins, goes in ~/.re.pl/repl.rc
use warnings;
load_plugin qw(
Colors
Interrupt
Completion
CompletionDriver::INC
CompletionDriver::LexEnv
CompletionDriver::Keywords
CompletionDriver::Methods
DumpHistory
History
LexEnv
ReadLineHistory
Refresh
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment