Group
Extension

Matches 1

WebService-Fake ( P/PO/POLETTIX/WebService-Fake-0.006.tar.gz, POLETTIX, 2021; MetaCPAN )
WebService-Fake/lib/WebService/Fake.pm ( view source; MetaCPAN )
# Ensure there will be a Content-Type
   $hef{'Content-Type'} //=
     [sub { return 'application/json' }];

   return sub {
      my ($variables) = @_;
      return {
         map {
            $_ =>

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