X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletionDriver%2FTurtles.pm;h=2ba1641efc991ada64731adda0c1a0f591b9c2dc;hp=940bbffe6ae5d972437d64d0abf19c62702f3b62;hb=c015ad3bfc3be7f3d1c377b5ce2491ab789e7277;hpb=203774462f847ecce8af8b115fd370dde4572da0 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm index 940bbff..2ba1641 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm @@ -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 @@ -38,4 +40,13 @@ __PACKAGE__ __END__ +=head1 NAME + +Devel::REPL::Plugin::CompletionDriver::Turtles - Complete Turtles-based commands + +=head1 AUTHOR + +Yuval Kogman Enothingmuch@woobling.orgE + +=cut