Group
Extension

Matches 2

YATT-Lite ( H/HK/HKOBA/YATT-Lite-0.101_103.tar.gz, HKOBA, 2023; MetaCPAN )
YATT-Lite/t/psgi_sess2/app.t ( view source; MetaCPAN )
   }

    ok((my ($new_sid) = $mech->content =~ /New sid: ([0-9a-f]+)/)
       , "New sid");

    isnt($cur_sid, $new_sid, "sid is changed");
    $cur_sid = $new_sid;

    #---------------------------
   }

    ok((my ($new_sid) = $mech->content =~ /New sid: ([0-9a-f]+)/)
       , "New sid");

    isnt($cur_sid, $new_sid, "sid is changed");
    $cur_sid = $new_sid;

    #---------------------------
YATT-Lite ( H/HK/HKOBA/YATT-Lite-0.101_103.tar.gz, HKOBA, 2023; MetaCPAN )
YATT-Lite/t/dbschema_dbic.t ( view source; MetaCPAN )
     , 1, "Author create name=Foo");

  is $foo->in_storage, 1, "created author is in_storage";
  isnt $author->find({name => 'Foo'}), $foo
    , "author->find returns different instance";

  {
    is

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