X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletionDriver%2FGlobals.pm;h=0671f08cd441aa0ccaa766a40ca5c48769d4ecd2;hp=a8b42a9a1fd1980e292e93ddf3e3eaf0ad6b382c;hb=3a40071593734bf02e987a076b6408095ecfad41;hpb=839614c75c856e2d386fd0c5a0e832142fab5387 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm index a8b42a9..0671f08 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm @@ -2,10 +2,6 @@ package Devel::REPL::Plugin::CompletionDriver::Globals; use Devel::REPL::Plugin; use namespace::clean -except => [ 'meta' ]; -with qw( - Devel::REPL::Plugin::Completion -); - around complete => sub { my $orig = shift; my ($self, $text, $document) = @_;