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=91df2fbb57723d5b987e84d46453086acff04f29;hp=e4a1680f08c763e43a6011e8e3734c769d152a73;hb=HEAD;hpb=54beb05dd302b5e166bf46c888318527e13375c7 diff --git a/lib/Devel/REPL/Plugin/FindVariable.pm b/lib/Devel/REPL/Plugin/FindVariable.pm index e4a1680..91df2fb 100644 --- a/lib/Devel/REPL/Plugin/FindVariable.pm +++ b/lib/Devel/REPL/Plugin/FindVariable.pm @@ -1,8 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::FindVariable; +# ABSTRACT: Finds variables by name -our $VERSION = '1.003027'; +our $VERSION = '1.003030'; use Devel::REPL::Plugin; use namespace::autoclean; @@ -36,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 -