DBIx-Skinny-Mixin-BulkInsertWithTrigger

 view release on metacpan or  search on metacpan

t/Utils.pm  view on Meta::CPAN

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.279 second using v1.01-cache-2.11-cpan-299005ec8e3 )