DBIx-Custom / t / 00-load.t /
Newer Older
14 lines | 0.324kb
packaging one directory
yuki-kimoto authored on 2009-11-16
1
#!perl -T
2

            
update document
yuki-kimoto authored on 2010-05-27
3
use Test::More tests => 6;
packaging one directory
yuki-kimoto authored on 2009-11-16
4

            
5
BEGIN {
6
	use_ok( 'DBIx::Custom' );
7
	use_ok( 'DBIx::Custom::MySQL' );
8
	use_ok( 'DBIx::Custom::Query' );
9
	use_ok( 'DBIx::Custom::Result' );
add all tests
yuki-kimoto authored on 2010-05-01
10
	use_ok( 'DBIx::Custom::SQLTemplate' );
packaging one directory
yuki-kimoto authored on 2009-11-16
11
	use_ok( 'DBIx::Custom::SQLite' );
12
}
13

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