use Test::Requires in tests
[gitmo/Moose.git] / t / 030_roles / 019_build.t
index 0efd76d..faa5cbc 100644 (file)
@@ -2,10 +2,10 @@
 use strict;
 use warnings;
 use Test::More;
-BEGIN {
-    eval "use Test::Output;";
-    plan skip_all => "Test::Output is required for this test" if $@;
-}
+
+use Test::Requires {
+    'Test::Output' => '0.01', # skip all if not installed
+};
 
 # this test script ensures that my idiom of:
 # role: sub BUILD, after BUILD