Fix RT bug #43151 where _-> completion had error
authorChris Marshall <devel.chm.01@gmail.com>
Sat, 12 Jun 2010 16:35:13 +0000 (12:35 -0400)
committerChris Marshall <devel.chm.01@gmail.com>
Sat, 12 Jun 2010 16:35:13 +0000 (12:35 -0400)
commit86f22c23273d4dfa82e5ec216962aeaea896dc65
treeb188843b195f7ec9f6fe8b88448f07610914501b
parent672b6feab5efe784fa798c47866b995b799615b5
Fix RT bug #43151 where _-> completion had error

The problem was actually the FindVariable plugin implementation
of find_variable.  Class::MOP::Package::has_package_symbol method
was being called with a name without a sigil which is an error
in usage.  This skips the call if no sigil is present.
lib/Devel/REPL/Plugin/FindVariable.pm