projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
81e727d
)
No need to waste time binding arguments that are just passed on anyway
Shawn M Moore [Fri, 24 Oct 2008 14:00:15 +0000 (14:00 +0000)]
lib/Moose/Util.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Util.pm
b/lib/Moose/Util.pm
index
b8478a4
..
04b5f7c
100644
(file)
--- a/
lib/Moose/Util.pm
+++ b/
lib/Moose/Util.pm
@@
-119,8
+119,6
@@
sub get_all_init_args {
}
sub resolve_metatrait_alias {
- my ( $type, $metaclass_name ) = @_;
-
return resolve_metaclass_alias( @_, trait => 1 );
}