DBIx-Skinny-Mixin-BulkInsertWithTrigger
view release on metacpan or search on metacpan
use utf8;
use Test::More;
use lib './t';
BEGIN {
eval "use DBD::SQLite";
plan skip_all => 'needs DBD::SQLite for testing' if $@;
}
sub import {
strict->import;
warnings->import;
utf8->import;
}
1;
( run in 0.584 second using v1.01-cache-2.11-cpan-299005ec8e3 )