Skip to content

Instantly share code, notes, and snippets.

@mrsndmn
Last active December 11, 2019 10:33
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 mrsndmn/e96cc3d05fb5c5115d11e19d82a282d1 to your computer and use it in GitHub Desktop.
Save mrsndmn/e96cc3d05fb5c5115d11e19d82a282d1 to your computer and use it in GitHub Desktop.
use Devel::REPL;
my $repl = Devel::REPL->new;
$repl->load_plugin($_) for qw(
History LexEnv DDS PPI DDP
Completion
CompletionDriver::INC
CompletionDriver::Keywords
CompletionDriver::Methods
Editor
);
$repl->run;
=DESCRIPTION
install deps
# `Devel::REPL::Server::Select->run_repl(port => 7654);`
cpm install Term::ReadLine::Gnu Devel::REPL \
Devel::REPL::InProcess \
Devel::REPL::Plugin::DDP \
Devel::REPL::Plugin::Editor
=cut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment