remove Refresh from default plugins list
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Profile / Default.pm
index d22e6de..672f367 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);
 }
 
 sub apply_profile {