Group
Extension

Matches 3

CommitBit ( J/JE/JESSE/CommitBit-0.02.tar.gz, JESSE, 2006; MetaCPAN )
CommitBit/t/00-model-User.t ( view source; MetaCPAN )
ed the right id");

# And another
$o->create();
ok($o->id, "User create returned another value");
isnt($o->id, $id, "And it is different from the previous one");

# Searches in general
my $collection 
CommitBit ( J/JE/JESSE/CommitBit-0.02.tar.gz, JESSE, 2006; MetaCPAN )
CommitBit/t/00-model-Project.t ( view source; MetaCPAN )
the right id");

# And another
$o->create();
ok($o->id, "Project create returned another value");
isnt($o->id, $id, "And it is different from the previous one");

# Searches in general
my $collection 
CommitBit ( J/JE/JESSE/CommitBit-0.02.tar.gz, JESSE, 2006; MetaCPAN )
CommitBit/t/00-model-ProjectMember.t ( view source; MetaCPAN )
ght id");

# And another
$o->create();
ok($o->id, "ProjectMember create returned another value");
isnt($o->id, $id, "And it is different from the previous one");

# Searches in general
my $collection 

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