adding ->parent_registry to the TC registry object
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints.pm
index 5d01e2c..cc36e8e 100644 (file)
@@ -17,20 +17,20 @@ our $AUTHORITY = 'cpan:STEVAN';
 # predeclaration ensures the prototypes are in scope when consumers are
 # compiled
 
-sub find_type_constraint ($);
-sub _create_type_constraint ($$$;$$);
-sub _install_type_coercions ($$);
+sub find_type_constraint         ($);
+sub _create_type_constraint      ($$$;$$);
+sub _install_type_coercions      ($$);
 sub create_type_constraint_union (@);
-sub type ($$;$$);
-sub subtype ($$;$$$);
-sub coerce ($@);
-sub as      ($);
-sub from    ($);
-sub where   (&);
-sub via     (&);
-sub message     (&);
-sub optimize_as (&);
-sub enum ($;@);
+sub type                         ($$;$$);
+sub subtype                      ($$;$$$);
+sub coerce                       ($@);
+sub as                           ($);
+sub from                         ($);
+sub where                        (&);
+sub via                          (&);
+sub message                      (&);
+sub optimize_as                  (&);
+sub enum                         ($;@);
 
 use Moose::Meta::TypeConstraint;
 use Moose::Meta::TypeCoercion;