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

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

            
5
BEGIN {
Version 0.0101 release
yuki-kimoto authored on 2009-11-08
6
	use_ok( 'DBIx::Custom' );
first commit
yuki-kimoto authored on 2009-10-13
7
}
8

            
Version 0.0101 release
yuki-kimoto authored on 2009-11-08
9
diag( "Testing DBIx::Custom $DBIx::Custom::VERSION, Perl $], $^X" );