6 Commits

Author SHA1 Message Date
Guillaume Rousse
4254f3a4a5 Switch back to a shell completion function for perl and perldoc
completions, using an external helper just for functions and modules
completions. This is overally slower, as our helper outputs all available
modules at once, rather than just one piece of namespace, but this is
more in line with other completions
2010-11-07 20:01:41 +01:00
Guillaume Rousse
fd8ade0077 rename perldoc helper to perl, as it is now a generic perl completion
handler, and use it for perl completion as well
2010-11-07 01:15:02 +01:00
Guillaume Rousse
2d58e69ef9 rework to match original bash function more closely, including options completion 2010-11-06 23:54:17 +01:00
Guillaume Rousse
1f0dd273f7 no need for usage output 2010-11-06 23:42:38 +01:00
Guillaume Rousse
83fc41d5b1 use same indentation convention as for bash code 2010-11-06 23:42:22 +01:00
Freddy Vulto
ef8b4f2722 Fix perldoc completions to run without invoking autotools
Alioth #312729

See also:
http://www.mail-archive.com/bash-completion-devel@lists.alioth.debian.org/msg02143.html
2010-10-31 23:20:19 +01:00