Rewrite the Completion plugin using PPI. It's much more powerful and extensible.
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Completion.pm
2007-09-23 Sartak Rewrite the Completion plugin using PPI. It's much...
2007-09-21 Sartak grep /^${var}$/ is a little silly, just use $_ eq $var
2007-09-21 Sartak Bulletproof the namespace grabbing
2007-08-20 sukria Add variable names to the completion list by using...
2007-08-20 sukria Adding the Compeltion plugin