Teng-Plugin-SearchBySQLAbstractMore
view release on metacpan or search on metacpan
use utf8;
use lib './t/lib';
use Test::More;
BEGIN {
eval "use DBD::SQLite";
plan skip_all => 'needs DBD::SQLite for testing' if $@;
}
sub import {
strict->import;
warnings->import;
utf8->import;
}
sub prepare_db {
my ( $schema_class, $dbh ) = @_;
if ( ! $schema_class->isa( 'TengTest' ) ) {
die "Don't know how to setup $schema_class";
}
( run in 0.247 second using v1.01-cache-2.11-cpan-299005ec8e3 )