X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletionDriver%2FLexEnv.pm;h=b39d020439f709b2260eb49fceb9f3abd8eb7c42;hb=refs%2Fheads%2Fmaster;hp=a31abf4eaf4f010a9c23c2b060ba0788bd2ea087;hpb=6f4f9516b3422a8ce51b89b596fb808b197f833e;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm b/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm index a31abf4..b39d020 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm @@ -1,6 +1,9 @@ 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 @@ -35,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 -