DBICx-TxnInsert

 view release on metacpan or  search on metacpan

t/00-compile.t  view on Meta::CPAN

#!perl

BEGIN {
    use Test::More;
    eval "use Test::Compile 0.08";
    Test::More->builder->BAIL_OUT(
        "Test::Compile 0.08 required for testing compilation") if $@;
    all_pm_files_ok();
}

eval { require 'DBIx::TxnInsert' };
diag( "Testing DBICx::TxnInsert $DBICx::TxnInsert::VERSION, Perl $], $^X" );



( run in 0.399 second using v1.01-cache-2.11-cpan-2b0bae70ee8 )