X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletionDriver%2FMethods.pm;h=eff0cb905c450aa993b37af043692d335b02e219;hb=6f4f9516b3422a8ce51b89b596fb808b197f833e;hp=3f7d2d622c3a60129057427167badde816c199f8;hpb=87c0767b26285540e0d2e7b3daf95fa3929ca14b;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm index 3f7d2d6..eff0cb9 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm @@ -1,6 +1,7 @@ use strict; use warnings; package Devel::REPL::Plugin::CompletionDriver::Methods; + use Devel::REPL::Plugin; use Devel::REPL::Plugin::Completion; # die early if cannot load use namespace::autoclean;