Add MultiLine::PPI to the default profile
Sartak [Fri, 21 Sep 2007 00:26:33 +0000 (00:26 +0000)]
<@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

lib/Devel/REPL/Profile/Default.pm

index 672f367..b698d9f 100644 (file)
@@ -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 {