DBIx-Custom / t / 00-load.t /
Newer Older
15 lines | 0.36kb
packaging one directory
yuki-kimoto authored on 2009-11-16
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::SQL::Template' );
12
	use_ok( 'DBIx::Custom::SQLite' );
13
}
14

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