use namespaace::clean in turtles completion driver
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / CompletionDriver / Turtles.pm
index ce0f3ed..2ba1641 100644 (file)
@@ -3,6 +3,8 @@
 package Devel::REPL::Plugin::CompletionDriver::Turtles;
 use Devel::REPL::Plugin;
 
+use namespace::clean -except => [ "meta" ];
+
 with qw(
   Devel::REPL::Plugin::Completion
   Devel::REPL::Plugin::Turtles
@@ -42,5 +44,9 @@ __END__
 
 Devel::REPL::Plugin::CompletionDriver::Turtles - Complete Turtles-based commands
 
+=head1 AUTHOR
+
+Yuval Kogman E<lt>nothingmuch@woobling.orgE<gt>
+
 =cut