Files
SQL-Abstract-Complete/t/00-load.t
2013-02-23 16:57:54 -08:00

9 lines
204 B
Perl

#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'SQL::Abstract::Complete' ) || print "Bail out!\n";
}
diag( "Testing SQL::Abstract::Complete $SQL::Abstract::Complete::VERSION, Perl $], $^X" );