From: Shawn M Moore Date: Sun, 9 Nov 2008 06:05:21 +0000 (+0000) Subject: typo fix X-Git-Tag: 0.62~32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c5f7ce43595eeef231b11ac75cfee679969034c;p=gitmo%2FMoose.git typo fix --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 71d9d80..1645921 100644 --- 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 ) = @_;