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%2FMethods.pm;h=fa854bdf5cad453c221531dc9b982899c38040c1;hp=88afd5e6fc712ef1251cee04cce9088ea023f330;hb=1716b20061af51ca82cc543f618f19c1e20f2efa;hpb=2c1cf68730092df9d48a6115d03be122b0c3ba55 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm index 88afd5e..fa854bd 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm @@ -1,3 +1,5 @@ +use strict; +use warnings; package Devel::REPL::Plugin::CompletionDriver::Methods; use Devel::REPL::Plugin; use namespace::autoclean;