From: Sartak Date: Fri, 21 Sep 2007 00:26:33 +0000 (+0000) Subject: Add MultiLine::PPI to the default profile X-Git-Tag: v1.003015~152 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=91d1e9ff20f3a2410ff5a683ac7c3088f40e1e0f Add MultiLine::PPI to the default profile <@mst> I'm willing to have it in the default profile :) git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@3763 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/lib/Devel/REPL/Profile/Default.pm b/lib/Devel/REPL/Profile/Default.pm index 672f367..b698d9f 100644 --- a/lib/Devel/REPL/Profile/Default.pm +++ b/lib/Devel/REPL/Profile/Default.pm @@ -6,7 +6,7 @@ use namespace::clean -except => [ 'meta' ]; with 'Devel::REPL::Profile'; sub plugins { - qw(History LexEnv DDS Packages Commands); + qw(History LexEnv DDS Packages Commands MultiLine::PPI); } sub apply_profile {