Newer Older
9 lines | 0.167kb
packing
yuki-kimoto authored on 2009-11-12
1
#!perl -T
2

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

            
5
BEGIN {
6
	use_ok( 'DBIx::Custom::Query' );
7
}
8

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