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=316157d28bd115227e2f73547f0246c56fdb09a4;hp=bbb5a51928763f4e830bca658a7caa2eb67ebd32;hb=6f4f9516b3422a8ce51b89b596fb808b197f833e;hpb=32d646c7c20ff26e8b0ae31b329fafb7094f6db7 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm index bbb5a51..316157d 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm @@ -1,6 +1,10 @@ +use strict; +use warnings; package Devel::REPL::Plugin::CompletionDriver::Turtles; + 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;