grep /^${var}$/ is a little silly, just use $_ eq $var
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Completion.pm
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