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%2FINC.pm;h=a09f8d99fb34638d255903a08c8bd112a63e3856;hp=cdcf74fe1fbab494a8087c0c78129a873e17489d;hb=b1c838027a427ea0e16bdf60024826b3ed1574f8;hpb=4a3d2da68b36a479cf627dc4e62f4c025038cc4e diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm index cdcf74f..a09f8d9 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm @@ -2,6 +2,7 @@ use strict; use warnings; package Devel::REPL::Plugin::CompletionDriver::INC; use Devel::REPL::Plugin; +use Devel::REPL::Plugin::Completion; # die early if cannot load use File::Next; use File::Spec; use namespace::autoclean;