add use strict; use warnings to modules, just to be sure
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Completion.pm
index dcc1837..de8b5fc 100644 (file)
@@ -1,4 +1,7 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::Completion;
+
 use Devel::REPL::Plugin;
 use Scalar::Util 'weaken';
 use PPI;