X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FProfile%2FDefault.pm;h=dc00876285813c4b5c44e2185fecbdae37dce690;hb=8aca97943211d3610be7c46a2602f7237aae5b70;hp=672f367d85c34d56835aeaace757a813504faf3a;hpb=ca725830bbee7844ec7082ca243d2efa033141ba;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Profile/Default.pm b/lib/Devel/REPL/Profile/Default.pm index 672f367..dc00876 100644 --- a/lib/Devel/REPL/Profile/Default.pm +++ b/lib/Devel/REPL/Profile/Default.pm @@ -1,13 +1,25 @@ package Devel::REPL::Profile::Default; use Moose; -use namespace::clean -except => [ 'meta' ]; +use namespace::autoclean; with 'Devel::REPL::Profile'; -sub plugins { - qw(History LexEnv DDS Packages Commands); -} +sub plugins { qw( + Colors + Completion + CompletionDriver::INC + CompletionDriver::LexEnv + CompletionDriver::Keywords + CompletionDriver::Methods + History + LexEnv + DDS + Packages + Commands + MultiLine::PPI + ReadLineHistory +);} sub apply_profile { my ($self, $repl) = @_;