convert to unobtrusive Dist::Zilla
[p5sagit/Log-Contextual.git] / t / perltidy.t
index 007afee..2d871e9 100644 (file)
@@ -13,7 +13,7 @@ require Test::PerlTidy;
 Test::PerlTidy::run_tests(
    path       => '.',
    perltidyrc => '.perltidyrc',
-   exclude    => ['inc/'],
+   exclude    => ['.build/'],
 );
 
 done_testing;