Default for Completion is *no* filename completion
authorChris Marshall <devel.chm.01@gmail.com>
Sun, 13 Jun 2010 18:15:32 +0000 (14:15 -0400)
committerChris Marshall <devel.chm.01@gmail.com>
Sun, 13 Jun 2010 18:15:32 +0000 (14:15 -0400)
commitfd81abf13426f0eea8915247e7909d20a4f98661
tree8e0fb621bb33ab2be455af347de61adc5aeac90a
parent784530113a2b8f94299b9682d9d9d6ddedacb227
Default for Completion is *no* filename completion

The default for the Completion plugin is now to specifically
disable the standard Term::ReadLine::Gnu and Term::ReadLine::Perl
filename expansion when it is loaded.  A new attribute
do_readline_filename_completion is available to re-enable
the Term::ReadLine functionality.
lib/Devel/REPL/Plugin/Completion.pm