NAME

    Test::Groonga - Test::Groonga provides you temporary groonga server daemon. 

SYNOPSIS

   use Test::Groonga;
  
   my $groonga = Test::Groonga->new();
   
   $groonga->start;
   $groonga->stop;
 
AUTHOR

    Okamura <okamuuu at gmail dot com>

LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.