I no longer use this plugin in my bundle
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Completion.pm
index dcc1837..17e391a 100644 (file)
@@ -1,4 +1,9 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::Completion;
+
+our $VERSION = '1.003027';
+
 use Devel::REPL::Plugin;
 use Scalar::Util 'weaken';
 use PPI;