increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / CompletionDriver / Turtles.pm
index bbb5a51..d343119 100644 (file)
@@ -1,6 +1,13 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::CompletionDriver::Turtles;
+# ABSTRACT: Complete Turtles-based commands
+
+our $VERSION = '1.003030';
+
 use Devel::REPL::Plugin;
-use namespace::clean -except => [ "meta" ];
+use Devel::REPL::Plugin::Completion;    # die early if cannot load
+use namespace::autoclean;
 
 sub BEFORE_PLUGIN {
     my $self = shift;
@@ -37,13 +44,10 @@ __PACKAGE__
 
 __END__
 
-=head1 NAME
-
-Devel::REPL::Plugin::CompletionDriver::Turtles - Complete Turtles-based commands
+=pod
 
 =head1 AUTHOR
 
 Yuval Kogman E<lt>nothingmuch@woobling.orgE<gt>
 
 =cut
-