Blame SOURCES/CPAN-Meta-YAML-0.009-TM094.patch

50b77d
--- t/00-compile.t
50b77d
+++ t/00-compile.t
50b77d
@@ -3,7 +3,7 @@
50b77d
 
50b77d
 # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.030
50b77d
 
50b77d
-use Test::More 0.94 tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
50b77d
+use Test::More 0.47 tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
50b77d
 
50b77d
 
50b77d
 
50b77d
@@ -41,4 +41,3 @@
50b77d
 
50b77d
 is(scalar(@warnings), 0, 'no warnings found') if $ENV{AUTHOR_TESTING};
50b77d
 
50b77d
-BAIL_OUT("Compilation problems") if !Test::More->builder->is_passing;