summaryrefslogtreecommitdiff
path: root/t/00_compile.t
blob: 69ee6958a266871b2d89c3f5433d1d3adae114d5 (plain) (blame)
1
2
3
4
use strict;
use Test::More tests => 1;

BEGIN { use_ok 'KiokuDB::Backend::Memcachedb' }