DBIx-Custom / t / 00-load.t /
Newer Older
9 lines | 0.143kb
first commit
yuki-kimoto authored on 2009-10-13
1
#!perl -T
2

            
3
use Test::More tests => 1;
4

            
5
BEGIN {
6
	use_ok( 'DBI::Custom' );
7
}
8

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