Moose-2.1100 deprecated the list form of enum() calls
[gitmo/MooseX-Types-Structured.git] / t / 09-optional.t
index 99964bf..f0e2ba2 100755 (executable)
@@ -70,7 +70,7 @@ OBJECTTEST: {
      where { $_ > 5};
 
     enum Gender,
-     qw/male female transgendered/;
+     [ qw/male female transgendered/ ];
 
     subtype TupleOptional1() =>
         as Tuple[Int, MoreThanFive, Optional[Str|Object]];