X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=blobdiff_plain;f=t%2Fforeign%2FMethod-Signatures%2Fcomments.t;h=58e166539835d7455c20a6c2f731fe3e00709d5c;hp=d1369e6001bab6bedb6ee022487ca1bc22f08dc5;hb=8d34f4d9938bee8b5b8aed1865f9cca4e20d43a2;hpb=1a52f2db46f6d870454428a07bfae09e0359eeee diff --git a/t/foreign/Method-Signatures/comments.t b/t/foreign/Method-Signatures/comments.t index d1369e6..58e1665 100644 --- a/t/foreign/Method-Signatures/comments.t +++ b/t/foreign/Method-Signatures/comments.t @@ -3,7 +3,7 @@ use strict; use warnings FATAL => 'all'; use Test::More - eval { require Moose; 1 } + eval { require Moose } ? (tests => 5) : (skip_all => "Moose required for testing types") ;