Bash::Completion::Plugins::Perldoc - complete perldoc command line



NAME

Bash::Completion::Plugins::Perldoc - complete perldoc command line


VERSION

version 0.001


SYNOPSIS

    ## not to be used directly


DESCRIPTION

A plugin for the perldoc command. Completes module names, for now.

A future version should use the work of Aristotle Pagaltzis at http://github.com/ap/perldoc-complete.


METHODS

should_activate

Activate this Bash::Completion::Plugins::Perldoc plugin if we can find the perldoc command.

generate_bash_setup

Make sure we use bash complete options nospace and default.

complete

Completion logic for perldoc. Completes Perl modules only for now.


AUTHOR

Pedro Melo <melo@cpan.org>


COPYRIGHT AND LICENSE

This software is Copyright (c) 2010 by Pedro Melo.

This is free software, licensed under:

  The Artistic License 2.0
 Bash::Completion::Plugins::Perldoc - complete perldoc command line