projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b4f00a3
)
typo fix
Shawn M Moore [Sun, 9 Nov 2008 06:05:21 +0000 (06:05 +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
71d9d80
..
1645921
100644
(file)
--- a/
lib/Moose/Meta/Role.pm
+++ b/
lib/Moose/Meta/Role.pm
@@
-368,7
+368,7
@@
sub has_method {
exists $self->get_method_map->{$name} ? 1 : 0
}
-# FIXME this is copypasated from Class::MOP::Class
+# FIXME this is copy-pasted from Class::MOP::Class
# refactor to inherit from some common base
sub wrap_method_body {
my ( $self, %args ) = @_;