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;fp=lib%2FDevel%2FREPL%2FPlugin%2FCompletionDriver%2FINC.pm;h=a29ff8ae7cb96254c2a1cae5a0b4c5724075aa8c;hp=40f147aadbad9aea6137fe0821f1363e43961d42;hb=1716b20061af51ca82cc543f618f19c1e20f2efa;hpb=2c1cf68730092df9d48a6115d03be122b0c3ba55 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm index 40f147a..a29ff8a 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm @@ -1,3 +1,5 @@ +use strict; +use warnings; package Devel::REPL::Plugin::CompletionDriver::INC; use Devel::REPL::Plugin; use File::Next;