From: John Napiorkowski Date: Mon, 23 Mar 2015 23:33:03 +0000 (-0500) Subject: more testing X-Git-Tag: 5.90089_002~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=6ca3b7de88bc467ca828496a614d84dc3a9a2b51 more testing --- diff --git a/t/arg_constraints.t b/t/arg_constraints.t index fb3a3a7..b42b007 100644 --- a/t/arg_constraints.t +++ b/t/arg_constraints.t @@ -4,7 +4,7 @@ use HTTP::Request::Common; BEGIN { use Test::More; - eval "use Types::Standard; 1;" || do { + eval "use Types::Standard; use Type::Utils; use Type::Library; 1;" || do { plan skip_all => "Trouble loading Types::Standard => $@"; };