r69325@onn: sartak | 2008-08-12 06:34:42 -0400
[p5sagit/Devel-REPL.git] / 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 {