remove ancient deprecated method, update changes for release
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint.pm
index ec0f4ff..b14d466 100644 (file)
@@ -285,10 +285,6 @@ sub create_child_type {
     return $class->new(%opts, parent => $self);
 }
 
-## this should get deprecated actually ...
-
-sub union { Carp::croak "DEPRECATED" }
-
 1;
 
 __END__