X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletionDriver%2FINC.pm;h=cdcf74fe1fbab494a8087c0c78129a873e17489d;hb=4a3d2da68b36a479cf627dc4e62f4c025038cc4e;hp=a29ff8ae7cb96254c2a1cae5a0b4c5724075aa8c;hpb=1716b20061af51ca82cc543f618f19c1e20f2efa;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm index a29ff8a..cdcf74f 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm @@ -101,7 +101,7 @@ around complete => sub { } }; - # look through all of + # look through all of INC: for (@INC) { my $path = $_;