projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ed54469
)
adding a meta method here is unnecessary
Jesse Luehrs [Thu, 23 Sep 2010 05:27:22 +0000 (
00:27
-0500)]
lib/Moose/Meta/Role/Composite.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Role/Composite.pm
b/lib/Moose/Meta/Role/Composite.pm
index
333457f
..
a691e20
100644
(file)
--- a/
lib/Moose/Meta/Role/Composite.pm
+++ b/
lib/Moose/Meta/Role/Composite.pm
@@
-57,7
+57,6
@@
sub new {
roles => [ @composition_roles ],
cache => 1,
);
- $meta->add_method(meta => sub { $meta });
$class = $meta->name;
}