more testing
John Napiorkowski [Mon, 23 Mar 2015 23:33:03 +0000 (18:33 -0500)]
t/arg_constraints.t

index fb3a3a7..b42b007 100644 (file)
@@ -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 => $@";
   };