NAME Test::Groonga - Test::Groonga provides you temporary groonga server. SYNOPSIS use Test::Groonga; { my $server = Test::Groonga->gqtp; # testing $server->stop; } { my $server = Test::Groonga->http; # testing $server->stop; } AUTHOR Okamura LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.