projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9ceb576
)
removed some debug stuff
John Napiorkowski [Thu, 23 Oct 2008 15:56:35 +0000 (15:56 +0000)]
lib/Moose/Meta/TypeConstraint/Parameterized.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/TypeConstraint/Parameterized.pm
b/lib/Moose/Meta/TypeConstraint/Parameterized.pm
index
ce4ecd2
..
668a9db
100644
(file)
--- a/
lib/Moose/Meta/TypeConstraint/Parameterized.pm
+++ b/
lib/Moose/Meta/TypeConstraint/Parameterized.pm
@@
-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;