Fixed minor logic inverson in MultiLine/PPI.pm
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Profile / Default.pm
index d22e6de..b698d9f 100644 (file)
@@ -6,7 +6,7 @@ use namespace::clean -except => [ 'meta' ];
 with 'Devel::REPL::Profile';
 
 sub plugins {
-  qw(History LexEnv DDS Packages Commands Refresh);
+  qw(History LexEnv DDS Packages Commands MultiLine::PPI);
 }
 
 sub apply_profile {