|
NAMEDancer::RPCPlugin::DispatchFromConfig - Build dispatch-table from the Dancer Config SYNOPSIS use Dancer::Plugin;
use Dancer::RPCPlugin::DispatchFromConfig;
sub dispatch_call {
my $config = plugin_setting();
return dispatch_table_from_config($config);
}
DESCRIPTIONdispatch_table_from_config(%arguments)Parameters Named:
Responses A (partial) dispatch-table. COPYRIGHT(c) MMXV - Abe Timmerman <abeltje@cpan.org>
|