DBIx-Custom / t / 00-load.t /
yuki-kimoto first commit
179b540 14 years ago
1 contributor
9 lines | 0.143kb
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'DBI::Custom' );
}

diag( "Testing DBI::Custom $DBI::Custom::VERSION, Perl $], $^X" );