r61423@onn: sartak | 2008-06-02 16:00:33 -0400
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / CompletionDriver / Turtles.pm
index 2ba1641..351e67f 100644 (file)
@@ -5,11 +5,6 @@ use Devel::REPL::Plugin;
 
 use namespace::clean -except => [ "meta" ];
 
-with qw(
-  Devel::REPL::Plugin::Completion
-  Devel::REPL::Plugin::Turtles
-);
-
 around complete => sub {
   my $orig = shift;
   my ($self, $text, $document) = @_;