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%2FGlobals.pm;h=8117b5bc3ac11056e826402618ff4cebad047c39;hp=76a6b0bd3d3e4cba0011b5e959a17f6f272aa832;hb=master;hpb=b1c838027a427ea0e16bdf60024826b3ed1574f8 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm index 76a6b0b..8117b5b 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm @@ -1,6 +1,10 @@ use strict; use warnings; package Devel::REPL::Plugin::CompletionDriver::Globals; +# ABSTRACT: Complete global variables, packages, namespaced functions + +our $VERSION = '1.003030'; + use Devel::REPL::Plugin; use Devel::REPL::Plugin::Completion; # die early if cannot load use namespace::autoclean; @@ -60,13 +64,10 @@ around complete => sub { __END__ -=head1 NAME - -Devel::REPL::Plugin::CompletionDriver::Globals - Complete global variables, packages, namespaced functions +=pod =head1 AUTHOR Shawn M Moore, C<< >> =cut -