X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletionDriver%2FGlobals.pm;h=0671f08cd441aa0ccaa766a40ca5c48769d4ecd2;hb=4ea2c25425ec86ef71282ea6f5a04f153e3648ed;hp=a8b42a9a1fd1980e292e93ddf3e3eaf0ad6b382c;hpb=6631e15ccd2313ff350fd9bfa44c1ccdbac77100;p=p5sagit%2FDevel-REPL.git 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) = @_;