NAME
Dancer::RPCPlugin::DispatchFromPod - Build dispatch-table from POD
SYNOPSIS
use Dancer::Plugin;
use Dancer::RPCPlugin::DispatchFromPod;
sub dispatch_call {
return dispatch_table_from_pod(%arguments);
}
DESCRIPTION
dispatch_table_from_pod(%arguments)
Arguments
Named:
Returns
COPYRIGHT
(c) MMXV - Abe Timmerman <abeltje@cpan.org>