Sketches of tests that should ultimately pass
[dbsrgits/DBIx-Class.git] / t / 06notabs.t
index 7eba2c6..a06b6cb 100644 (file)
@@ -9,6 +9,8 @@ my @MODULES = (
   'Test::NoTabs 0.9',
 );
 
+plan skip_all => 'Does not work with done_testing, temp disabled';
+
 # Don't run tests for installs
 unless ( DBICTest::AuthorCheck->is_author || $ENV{AUTOMATED_TESTING} || $ENV{RELEASE_TESTING} ) {
   plan( skip_all => "Author tests not required for installation" );
@@ -23,6 +25,6 @@ foreach my $MODULE ( @MODULES ) {
   }
 }
 
-all_perl_files_ok();
+all_perl_files_ok(qw/t lib script maint/);
 
 done_testing;