Created
October 25, 2011 14:22
-
-
Save diegok/1312892 to your computer and use it in GitHub Desktop.
My Devel::REPL config file (~/.re.pl/repl.rc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$_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'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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