projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f374ae8
)
oops
大沢 和宏 [Tue, 2 Dec 2008 10:28:41 +0000 (10:28 +0000)]
lib/Mouse/TypeRegistry.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/TypeRegistry.pm
b/lib/Mouse/TypeRegistry.pm
index
32bd435
..
ecde30d
100644
(file)
--- a/
lib/Mouse/TypeRegistry.pm
+++ b/
lib/Mouse/TypeRegistry.pm
@@
-52,7
+52,6
@@
sub _coerce {
$COERCE->{$pkg}->{$name} = $conf;
}
-use Data::Dumper;
sub typecast_constraints {
my($class, $pkg, $type, $value) = @_;
return $value unless defined $COERCE->{$pkg} && defined $COERCE->{$pkg}->{$type};
@@
-66,8
+65,6
@@
sub typecast_constraints {
}
}
-
-warn Dumper($COERCE);
return $value;
}