more-tweaks
[gitmo/Moose.git] / t / 052_util_std_type_constraints.t
index 790b999..526a43a 100644 (file)
@@ -14,7 +14,7 @@ BEGIN {
 
 my $SCALAR_REF = \(my $var);
 
-Moose::Util::TypeConstraints::export_type_contstraints_as_functions();
+Moose::Util::TypeConstraints->export_type_contstraints_as_functions();
 
 ok(defined Any(0),               '... Any accepts anything');
 ok(defined Any(100),             '... Any accepts anything');