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=737618dc1132ac0d1838d1bb7ae805d7cce30d91;hp=c55c8e3eef18158f8680c72f66208cca92fd8807;hb=master;hpb=9d2a4940f5958d82828272364ef754e9290b6113 diff --git a/lib/Devel/REPL/Plugin/FindVariable.pm b/lib/Devel/REPL/Plugin/FindVariable.pm index c55c8e3..91df2fb 100644 --- a/lib/Devel/REPL/Plugin/FindVariable.pm +++ b/lib/Devel/REPL/Plugin/FindVariable.pm @@ -3,7 +3,7 @@ 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;