I no longer use this plugin in my bundle
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / CompletionDriver / Turtles.pm
index 3f5feb1..abdd761 100644 (file)
@@ -1,7 +1,11 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::CompletionDriver::Turtles;
+
+our $VERSION = '1.003027';
+
 use Devel::REPL::Plugin;
+use Devel::REPL::Plugin::Completion;    # die early if cannot load
 use namespace::autoclean;
 
 sub BEFORE_PLUGIN {