X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=blobdiff_plain;f=t%2Finfo.t;fp=t%2Finfo.t;h=b708be5ced17e81169751e8cd606379a482d6ebd;hp=57e2696dd559d02d7914dee8431137c37b6794b5;hb=8d34f4d9938bee8b5b8aed1865f9cca4e20d43a2;hpb=1a52f2db46f6d870454428a07bfae09e0359eeee diff --git a/t/info.t b/t/info.t index 57e2696..b708be5 100644 --- a/t/info.t +++ b/t/info.t @@ -3,7 +3,7 @@ use warnings FATAL => 'all'; use strict; use Test::More - eval { require Moo; 1 } + eval { require Moo } ? (tests => 122) : (skip_all => "Moo required for testing parameter introspection") ;