Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Rubric::CLI - the Rubric command line interface
VERSION
$Id: /my/cs/projects/rubric/trunk/lib/Rubric/CLI.pm 18100 2006-01-26T13:59:16.285684Z rjbs $
METHODS
commands
This returns the commands currently provided by Rubric::CLI plugins.
plugin_for
my $plugin = Rubric::CLI->plugin_for($command);
This method requires and returns the plugin (module) for the given command. If no plugin implements the command, it returns false.