Bash::Completion::Plugins::Perldoc - complete perldoc command
## not to be used directly
A plugin for the "perldoc" command. Completes
module names, and function names if the -f parameter is used.
Heavily based on Aristotle's perldoc-complete
Activate this
"Bash::Completion::Plugins::Perldoc" plugin
if we can find the "perldoc" command.
Make sure we use bash "complete" options
"nospace" and
"default".
Completion logic for "perldoc". Completes Perl
modules only for now.
- Aristotle's perldoc-complete - https://github.com/ap/perldoc-complete
Pedro Melo <melo@cpan.org>
This software is Copyright (c) 2011 by Pedro Melo.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
Hey! The above document had some coding errors, which are explained
below:
- Around line 167:
- Deleting unknown formatting code V<>