projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2e202fd
)
Remove old, unused variables
gfx [Sun, 4 Oct 2009 06:45:23 +0000 (15:45 +0900)]
lib/Mouse/Util/TypeConstraints.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/Util/TypeConstraints.pm
b/lib/Mouse/Util/TypeConstraints.pm
index
71a0c72
..
9582efd
100644
(file)
--- a/
lib/Mouse/Util/TypeConstraints.pm
+++ b/
lib/Mouse/Util/TypeConstraints.pm
@@
-17,8
+17,6
@@
our @EXPORT = qw(
);
my %TYPE;
-my %COERCE;
-my %COERCE_KEYS;
sub as ($) {
return(as => $_[0]);