Group
Extension

Matches 1

Web-API-Mapper ( C/CO/CORNELIUS/Web-API-Mapper-0.04.tar.gz, CORNELIUS, 2010; MetaCPAN )
Web-API-Mapper/lib/Web/API/Mapper.pm ( view source; MetaCPAN )
... } );

    1;

For example, if you are in Dancer:

    #!/usr/bin/perl
    use Dancer;
    use JSON;

    our $m = Web::API::Mapper->new
        ->mount( '/twitter' => Twitter::API->route )
       

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