Simplistic implementation of type intersections, modeled after the implementation...
[gitmo/Moose.git] / lib / Moose.pm
index f776e12..4884e03 100644 (file)
@@ -231,6 +231,7 @@ $_->make_immutable(
 
     Moose::Meta::TypeCoercion
     Moose::Meta::TypeCoercion::Union
+    Moose::Meta::TypeCoercion::Intersection
 
     Moose::Meta::Method
     Moose::Meta::Method::Constructor