Group
Extension

Matches 2

Mojo-AsyncAwait ( J/JB/JBERGER/Mojo-AsyncAwait-0.03.tar.gz, JBERGER, 2020; MetaCPAN )
Mojo-AsyncAwait/lib/Mojo/AsyncAwait.pm ( view source; MetaCPAN )
://mojolicious.org');
    my $cpan = await $c->ua->get_p('https://metacpan.org');

    $c->render(json => {
      mojo => $mojo->result->code,
      cpan => $cpan->result->code
    });
  };

  app->st
Mojo-AsyncAwait ( J/JB/JBERGER/Mojo-AsyncAwait-0.03.tar.gz, JBERGER, 2020; MetaCPAN )
Mojo-AsyncAwait/lib/Mojo/AsyncAwait/Backend/Coro.pm ( view source; MetaCPAN )
://mojolicious.org');
    my $cpan = await $c->ua->get_p('https://metacpan.org');

    $c->render(json => {
      mojo => $mojo->result->code,
      cpan => $cpan->result->code
    });
  };

  app->st

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