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%2FLexEnv.pm;h=a31abf4eaf4f010a9c23c2b060ba0788bd2ea087;hp=63a05fd0b26953e88874534edef2f7f687ec7e1b;hb=6f4f9516b3422a8ce51b89b596fb808b197f833e;hpb=b1c838027a427ea0e16bdf60024826b3ed1574f8 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm b/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm index 63a05fd..a31abf4 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm @@ -1,6 +1,7 @@ use strict; use warnings; package Devel::REPL::Plugin::CompletionDriver::LexEnv; + use Devel::REPL::Plugin; use Devel::REPL::Plugin::Completion; # die early if cannot load use namespace::autoclean;