AnyEvent-Groonga
view release on metacpan or search on metacpan
use strict;
use warnings;
use lib '../lib';
use AnyEvent::Groonga;
use Test::More;
use FindBin;
use File::Spec;
_cleanup();
my $g = AnyEvent::Groonga->new( debug => 0 );
my $groonga_path = $g->groonga_path;
my $test_database_path
t/05_regression.t view on Meta::CPAN
use strict;
use warnings;
use utf8;
use lib '../lib';
use AnyEvent::Groonga;
use Test::More;
use FindBin;
use File::Spec;
unlink $_ for glob( File::Spec->catfile( $FindBin::RealBin, "data", "*") );
my $g = AnyEvent::Groonga->new( debug => 0 );
my $groonga_path = $g->groonga_path;
my $test_database_path
( run in 0.247 second using v1.01-cache-2.11-cpan-87723dcf8b7 )