DBIx-Custom / t / tmp / 00-load.t /
Newer Older
15 lines | 0.358kb
many many changes
yuki-kimoto authored on 2010-04-30
1
#!perl -T
2

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

            
5
BEGIN {
6
	use_ok( 'DBIx::Custom' );
7
	use_ok( 'DBIx::Custom::Basic' );
8
	use_ok( 'DBIx::Custom::MySQL' );
9
	use_ok( 'DBIx::Custom::Query' );
10
	use_ok( 'DBIx::Custom::Result' );
11
	use_ok( 'DBIx::Custom::SQLTemplate' );
12
	use_ok( 'DBIx::Custom::SQLite' );
13
}
14

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