DBIx-Custom / t / 00-load.t /
cbe4f44 14 years ago
1 contributor
9 lines | 0.146kb
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'DBIx::Custom' );
}

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