remove Refresh from default plugins list
matthewt [Tue, 4 Sep 2007 01:58:56 +0000 (01:58 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@3719 bd8105ee-0ff8-0310-8827-fb3f25b6796d

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 {