increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Completion.pm
2022-05-28 Karen Etheridge increment $VERSION after 1.003029 release master
2016-02-16 Karen Etheridge increment $VERSION after 1.003028 release
2015-08-16 Karen Etheridge increment $VERSION after 1.003027 release
2015-08-16 Karen Etheridge weave some pod, respecting overridden authors/legal
2015-08-16 Karen Etheridge keep $VERSION right in the repo
2013-09-09 Karen Etheridge add use strict; use warnings to modules, just to be...
2012-10-31 Karen Etheridge use namespace::autoclean in Moose classes
2010-06-13 Chris Marshall Add Completion docs re filename expansion default
2010-06-13 Chris Marshall Default for Completion is *no* filename completion
2010-06-12 Chris Marshall Add ReadLine file completion if no other matches
2010-05-02 Arthur Axel 'fREW... RT57113: Easier to support completion
2008-06-25 Sartak r63228@onn: sartak | 2008-06-25 05:01:43 -0400
2008-05-31 Sartak r61346@onn: sartak | 2008-05-31 12:56:47 -0400
2008-05-27 Sartak r61093@onn: sartak | 2008-05-26 21:37:55 -0400
2008-05-27 Sartak r61091@onn: sartak | 2008-05-26 21:32:50 -0400
2008-05-25 Sartak Refactor the finding of the last element of the documen...
2008-05-05 nothingmuch print a warning when Completion is loaded but the Term...
2007-09-26 Sartak Add LexEnv completion plugin. I still owe mst a refacto...
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