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

            
renamed build_query to creat...
yuki-kimoto authored on 2010-08-06
3
use Test::More tests => 1;
packaging one directory
yuki-kimoto authored on 2009-11-16
4

            
5
BEGIN {
renamed build_query to creat...
yuki-kimoto authored on 2010-08-06
6
    use_ok('DBIx::Custom' );
packaging one directory
yuki-kimoto authored on 2009-11-16
7
}
8

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