Remove old, unused variables
gfx [Sun, 4 Oct 2009 06:45:23 +0000 (15:45 +0900)]
lib/Mouse/Util/TypeConstraints.pm

index 71a0c72..9582efd 100644 (file)
@@ -17,8 +17,6 @@ our @EXPORT = qw(
 );
 
 my %TYPE;
-my %COERCE;
-my %COERCE_KEYS;
 
 sub as ($) {
     return(as => $_[0]);