The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Commandable::Finder - an interface for discovery of Commandable::Commands

METHODS

find_commands

  @commands = $finder->find_commands

Returns a list of command instances, in no particular order.

find_command

  $command = $finder->find_command( $cmdname )

Returns a command instance of the given name, or undef if there is none.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>