Merge branch 'metadata' into mooseish-types
[p5sagit/Function-Parameters.git] / t / info.t
index 683fa15..57e2696 100644 (file)
--- a/t/info.t
+++ b/t/info.t
@@ -2,7 +2,11 @@
 use warnings FATAL => 'all';
 use strict;
 
-use Test::More tests => 122;
+use Test::More
+       eval { require Moo; 1 }
+       ? (tests => 122)
+       : (skip_all => "Moo required for testing parameter introspection")
+;
 
 use Function::Parameters;