Skip to content

Instantly share code, notes, and snippets.

@kva1966
Created August 13, 2019 06:59
Show Gist options
  • Save kva1966/eb04e41debd4e71692ebe492effaec77 to your computer and use it in GitHub Desktop.
Save kva1966/eb04e41debd4e71692ebe492effaec77 to your computer and use it in GitHub Desktop.
Perl `Devel::REPL` RC file
# Run Control file for https://metacpan.org/pod/Devel::REPL
# Place in ~/.re.pl/repl.rc
# Picked up by the installed re.pl script.
# Install missing packages like:
# cpanm Devel::REPL::Plugin::<PluginName>
# e.g. cpanm Devel::REPL::Plugin::DataPrinter
print("Loading RC file[" . $ENV{HOME} . "/.re.pl/repl.rc]\n");
$_REPL->load_plugin($_) for qw/
Colors
Completion
CompletionDriver::INC
CompletionDriver::Keywords
CompletionDriver::Methods
DataPrinter
History
MultiLine::PPI
Timing
/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment