NAME

Your::Command::Dispatch - Dispatcher for Your::Command commands

SYNOPSIS

use Your::Command::Dispatch;
Your::Command::Dispatch->run;

DESCRIPTION

Your::Command::Dispatch provides option checking, argument checking, and command dispatching for commands implemented under the Your::Command::* namespace.

This class has a single method:

run

Dispatch to a Your::Command command based on the contents of @ARGV.

This module was automatically generated by App::Dispatcher(3p).

SEE ALSO

App::Dispatcher(3p), app-dispatcher(1)

AUTHOR

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Copyright 2011 Mark Lawrence <nomad@null.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.