NAME
App::sqldb_schema::Dispatch - Dispatcher for App::sqldb_schema commands
SYNOPSIS
use App::sqldb_schema::Dispatch;
App::sqldb_schema::Dispatch->run;
DESCRIPTION
App::sqldb_schema::Dispatch provides option checking, argument checking, and command dispatching for commands implemented under the App::sqldb_schema::* namespace.
This class has a single method:
- run
-
Dispatch to a App::sqldb_schema 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.