Skip to content

Instantly share code, notes, and snippets.

@diegok
Created October 25, 2011 14:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegok/1312892 to your computer and use it in GitHub Desktop.
Save diegok/1312892 to your computer and use it in GitHub Desktop.
My Devel::REPL config file (~/.re.pl/repl.rc)
$_REPL->load_plugin($_) for qw(
History Colors
FancyPrompt Refresh
Interrupt OutputCache
DDC Nopaste
CompletionDriver::Keywords
CompletionDriver::LexEnv
CompletionDriver::Methods
CompletionDriver::INC
CompletionDriver::Globals
MultiLine::PPI
);
package main;
use feature ':5.10';
@kivikakk
Copy link

kivikakk commented Nov 8, 2011

Typical dependencies needed for these plugins, and re.pl in general:

cpan Module::Refresh B::Keywords File::Next Sub::Identify Term::ReadLine::Perl Term::ReadKey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment