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=74c0b2d6376d297affaf72e4f14c21cee13901bc;hp=63a05fd0b26953e88874534edef2f7f687ec7e1b;hb=c45376f3de16a5a467a1a26e63a279f30eb8672d;hpb=b1c838027a427ea0e16bdf60024826b3ed1574f8 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm b/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm index 63a05fd..74c0b2d 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm @@ -1,6 +1,10 @@ use strict; use warnings; package Devel::REPL::Plugin::CompletionDriver::LexEnv; +# ABSTRACT: Complete variable names in the REPL's lexical environment + +our $VERSION = '1.003029'; + use Devel::REPL::Plugin; use Devel::REPL::Plugin::Completion; # die early if cannot load use namespace::autoclean; @@ -34,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 -