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=d34311906924978944a41eca4af0a668fdf9fc8d;hp=bbb5a51928763f4e830bca658a7caa2eb67ebd32;hb=77327851f87a17466307e8fccdbf2e0d3c2e58dc;hpb=32d646c7c20ff26e8b0ae31b329fafb7094f6db7 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm index bbb5a51..d343119 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm @@ -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 Enothingmuch@woobling.orgE =cut -