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%2FLexEnv.pm;h=b39d020439f709b2260eb49fceb9f3abd8eb7c42;hp=cef75c82cb71de80f5130cb4dc3e361c8b09c9cf;hb=77327851f87a17466307e8fccdbf2e0d3c2e58dc;hpb=1716b20061af51ca82cc543f618f19c1e20f2efa diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm b/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm index cef75c8..b39d020 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm @@ -1,7 +1,12 @@ use strict; use warnings; package Devel::REPL::Plugin::CompletionDriver::LexEnv; +# ABSTRACT: Complete variable names in the REPL's lexical environment + +our $VERSION = '1.003030'; + use Devel::REPL::Plugin; +use Devel::REPL::Plugin::Completion; # die early if cannot load use namespace::autoclean; sub BEFORE_PLUGIN { @@ -33,13 +38,10 @@ around complete => sub { __END__ -=head1 NAME - -Devel::REPL::Plugin::CompletionDriver::LexEnv - Complete variable names in the REPL's lexical environment +=pod =head1 AUTHOR Shawn M Moore, C<< >> =cut -