all new tests in place that must work with the (pending) update to Moose and MX:Types
[gitmo/MooseX-Types-Structured.git] / t / 09-optional.t
index a977c6a..7079f4b 100755 (executable)
@@ -72,7 +72,7 @@ OBJECTTEST: {
        enum Gender,
         qw/male female transgendered/;
         
-    subtype TupleOptional1,
+    subtype TupleOptional1() =>
                as Tuple[Int, MoreThanFive, Optional[Str|Object]];
 
     subtype TupleOptional2,