X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fconstraints.t;h=246f631bf0cfabd4ada6be2efaa50f72407037f1;hb=27941057beffee70f4d2519d5fec69b7f803b1c5;hp=1e4c36fe8e47a6850145f7bc8e03f1319bb4a59c;hpb=8b276dd42ea4fbc163ce67ef2f7e12a4123beda3;p=gitmo%2FMooseX-Types-Structured.git diff --git a/t/constraints.t b/t/constraints.t index 1e4c36f..246f631 100644 --- a/t/constraints.t +++ b/t/constraints.t @@ -23,7 +23,7 @@ BEGIN { parent => find_type_constraint('ArrayRef'), package_defined_in => __PACKAGE__, signature => [map { - Moose::Util::TypeConstraints::find_or_parse_type_constraint ($_) + Moose::Util::TypeConstraints::find_or_parse_type_constraint($_) } @args], ); }