Some OCD cleanup; addition of Travis and Coveralls

This commit is contained in:
Gryphon Shafer
2014-09-25 11:04:31 -07:00
parent e7764f004b
commit 956d549bcd
13 changed files with 120 additions and 138 deletions
+4 -6
View File
@@ -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();