Some OCD cleanup; addition of Travis and Coveralls
This commit is contained in:
+4
-6
@@ -1,8 +1,6 @@
|
||||
#!perl -T
|
||||
use Test::More tests => 1;
|
||||
|
||||
BEGIN {
|
||||
use_ok( 'SQL::Abstract::Complete' ) || print "Bail out!\n";
|
||||
}
|
||||
#!/usr/bin/env perl
|
||||
use Test::Most;
|
||||
|
||||
BEGIN { use_ok('SQL::Abstract::Complete') }
|
||||
diag( "Testing SQL::Abstract::Complete $SQL::Abstract::Complete::VERSION, Perl $], $^X" );
|
||||
done_testing();
|
||||
|
||||
Reference in New Issue
Block a user