X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FFindVariable.pm;h=c55c8e3eef18158f8680c72f66208cca92fd8807;hp=cf2fd7788558fa65b6b56c9295eebf1d8a299790;hb=9d2a4940f5958d82828272364ef754e9290b6113;hpb=aa8b764738156914d48d182ee0706e4c3d4e5c99 diff --git a/lib/Devel/REPL/Plugin/FindVariable.pm b/lib/Devel/REPL/Plugin/FindVariable.pm index cf2fd77..c55c8e3 100644 --- a/lib/Devel/REPL/Plugin/FindVariable.pm +++ b/lib/Devel/REPL/Plugin/FindVariable.pm @@ -1,4 +1,9 @@ +use strict; +use warnings; package Devel::REPL::Plugin::FindVariable; +# ABSTRACT: Finds variables by name + +our $VERSION = '1.003027'; use Devel::REPL::Plugin; use namespace::autoclean; @@ -32,13 +37,10 @@ sub find_variable { __END__ -=head1 NAME - -Devel::REPL::Plugin::FindVariable - Finds variables by name +=pod =head1 AUTHOR Shawn M Moore, C<< >> =cut -