From: 大沢 和宏 Date: Tue, 2 Dec 2008 10:28:41 +0000 (+0000) Subject: oops X-Git-Tag: 0.19~136^2~82 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26eaf09a9d4d6558ca4ee08a803728887ddf9b8a;p=gitmo%2FMouse.git oops --- diff --git a/lib/Mouse/TypeRegistry.pm b/lib/Mouse/TypeRegistry.pm index 32bd435..ecde30d 100644 --- 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; }