Group
Extension

Matches 22

Mojolicious ( S/SR/SRI/Mojolicious-9.36.tar.gz, SRI, 2024; MetaCPAN )
Mojolicious/t/mojo/request.t ( view source; MetaCPAN )
 $id2 = Mojo::Message::Request->new->request_id;
  ok length $id >= 8, 'at least 8 characters';
  isnt $id, $id2, 'different id';
};

subtest 'Parse HTTP 1.1 message with huge "Cookie" header exceedin
Mojolicious ( S/SR/SRI/Mojolicious-9.36.tar.gz, SRI, 2024; MetaCPAN )
Mojolicious/t/mojo/asset.t ( view source; MetaCPAN )
le->new;
  $file->add_chunk('bcd');
  my $tmp = Mojo::Asset::File->new;
  $tmp->add_chunk('x');
  isnt $file->path, $tmp->path, 'different paths';
  my $path = $tmp->path;
  ok -e $path, 'file exists'

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