removed some debug stuff
John Napiorkowski [Thu, 23 Oct 2008 15:56:35 +0000 (15:56 +0000)]
lib/Moose/Meta/TypeConstraint/Parameterized.pm

index ce4ecd2..668a9db 100644 (file)
@@ -58,13 +58,7 @@ sub compile_type_constraint {
 
 sub create_childtype {
     my ($self, %opts) = @_;
-
     return Moose::Meta::TypeConstraint->new(%opts, parent => $self);
-    
-    return $self->SUPER::create_subtype(
-        %opts,
-        type_parameter=>$self->type_parameter,
-    );
 }
 
 1;