projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b7d1f97
)
Remove debugging code
gfx [Tue, 27 Oct 2009 05:02:59 +0000 (14:02 +0900)]
lib/Mouse/Exporter.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/Exporter.pm
b/lib/Mouse/Exporter.pm
index
f019f33
..
1021655
100644
(file)
--- a/
lib/Mouse/Exporter.pm
+++ b/
lib/Mouse/Exporter.pm
@@
-180,8
+180,6
@@
sub do_import {
map{ ref($_) ? $_ : Mouse::Util::resolve_metaclass_alias($type => $_, trait => 1) }
@traits;
- print "[@traits]\n";
-
not_supported('-traits');
require Mouse::Util::MetaRole;
Mouse::Util::MetaRole::apply_metaclass_roles(