increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / t / load_core.t
old mode 100755 (executable)
new mode 100644 (file)
index 3e3b083..ce91d92
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More;
+use Test::More 0.88;
 use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
 use Module::Runtime 'use_module';
 use Test::Fatal;
@@ -17,6 +17,7 @@ SKIP: {
     _use_ok('Devel::REPL::Plugin::Completion');
     _use_ok('Devel::REPL::Plugin::CompletionDriver::Globals');
     _use_ok('Devel::REPL::Plugin::CompletionDriver::Methods');
+    _use_ok('Devel::REPL::Plugin::CompletionDriver::Turtles');
 
     test_plugin('File::Next', 'CompletionDriver::INC');
     test_plugin('B::Keywords', 'CompletionDriver::Keywords');