X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030_roles%2F019_build.t;h=684443a6626f4bb93cf4f4e5f30f198305f22e5b;hb=23320fd81332702644455e5b4210de2a83bee1ba;hp=475e4fba4f039665c0987c27027e05e350285ab7;hpb=6cfa1e5e70616fb102915489c02d8347ffa912fb;p=gitmo%2FMouse.git diff --git a/t/030_roles/019_build.t b/t/030_roles/019_build.t old mode 100755 new mode 100644 index 475e4fb..684443a --- a/t/030_roles/019_build.t +++ b/t/030_roles/019_build.t @@ -5,6 +5,7 @@ use Test::More; BEGIN { eval "use Test::Output;"; plan skip_all => "Test::Output is required for this test" if $@; + plan tests => 8; } @@ -40,7 +41,7 @@ do { use Mouse; ::stderr_is { - with 'TestRole' => { excludes => 'BUILD' }; + with 'TestRole' => { -excludes => 'BUILD' }; } ''; sub BUILD { push @CALLS, 'ExplicitClassWithBUILD::BUILD' }