projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0a5bd15
)
foo
Stevan Little [Sun, 24 Sep 2006 02:39:40 +0000 (
02:39
+0000)]
lib/Moose/Meta/Role.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Role.pm
b/lib/Moose/Meta/Role.pm
index
628f12d
..
5066f06
100644
(file)
--- a/
lib/Moose/Meta/Role.pm
+++ b/
lib/Moose/Meta/Role.pm
@@
-166,7
+166,7
@@
sub has_method { (shift)->Moose::Meta::Class::has_method(@_) }
sub alias_method { (shift)->Moose::Meta::Class::alias_method(@_) }
sub get_method_list {
grep {
- !/meta/
+ !/^meta$/
} (shift)->Moose::Meta::Class::get_method_list(@_)
}