Group
Extension

Matches 1

Dancer-Plugin-CRUD ( Z/ZU/ZURBORG/Dancer-Plugin-CRUD-1.031.tar.gz, ZURBORG, 2014; MetaCPAN )
Dancer-Plugin-CRUD/lib/Dancer/Plugin/CRUD.pm ( view source; MetaCPAN )
X = '_id';

my $content_types = {
    json  => 'application/json',
    yml   => 'text/x-yaml',
    xml   => 'application/xml',
    dump  => 'text/x-perl',
    jsonp => 'text/javascript',
};

my %trigg
ub () {
    my $conf        = plugin_setting;
    my $serializers = {
        'json'  => 'JSON',
        'jsonp' => 'JSONP',
        'yml'   => 'YAML',
        'xml'   => 'XML',
        'dump'  => 'Du
$routes{$action} } => $triggers_map{get}
                  ->( qr{$route/\Q$action\E\.(?<format>json|jsonp|yml|xml|dump)}
                      => $sub );
                push @{ $routes{$action} } =>

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.